Hi
I changed the header height because of the logo size.
http://nmftv.de/der-alte/
Now i want to set the menu to the top of the header (right now its vertical centered of the header) and also set the submenu just under the mainmenu (not below the header)
any suggestions how to fix this?
cheers
velli
Hi Alexander!
Cna you please show us a screenshot of how it will be done?
Thanks a lot
Cheers!
Basilis
something like this
Hi,
Thank you for the info. Please add this css code in the Quick CSS field.
.html_header_top.html_header_sticky.html_large.html_main_nav_header .main_menu ul:not(.sub-menu) > li > a {
height: 30px !important;
line-height: 30px !important;
}
#avia-menu {
top: 20px;
position: relative;
}
Best regards,
Ismael
thanks you!
i had to fix some more styles but this start helps me a lot.