Tagged: allign, menu, navigation, vertical
Hi all,
I want to move the main menu a little bit lower because I use images. So I put this in Quick CSS:
#top .main_menu .menu > li > a{line-height: 370px !important;}
In the theme options, I changed the height of the Header to 220px.
The Problem now: the Burger Menu also moves, but it shouldn’t.
What can I do?
Thanks
Link to the site in private content.
Hey owls_studio,
I tried to check your site, but I could not see the burger menu on my end. Can you post a screenshot on how it looks on your end?
Best regards,
Nikko
Hi,
now it should be visible.
Thanks.
Hi,
Thanks, can you try adding this css code in Quick CSS (located in Enfold > General Styling):
#top .main_menu .menu > li.menu-item-avia-special > a {
line-height: 80px !important;
}
Hope this helps :)
Best regards,
Nikko
Perfect. Thank you!