Hi,
How can I adjust the distance between navbar and logo bar?
Thanks in advance
1 Answers
yes, you can add this code in your theme file : style.css
.navigation-wrap { margin-top: 5px; }
change the pixel to what you want.
Thank you so much 🙂
Please login or Register to submit your answer