In the main enfold header, how do I switch the position of the menu, so that its not vertical aligned in the middle, but rather its aligned to f.x the bottom of the header, flush with the bottom of my logo?
I cant find any options to do so.
Hey kapteina,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
@media only screen and (max-width:1024px) {
#top #header_main > .container .main_menu .av-main-nav > li > a,
#top #header_main #menu-item-shop .cart_dropdown_link {
line-height: 245px;
}
}
Please go to your Theme option > Main menu and use this option.
If you need further assistance please let us know.
Best regards,
Victoria