Hi,
I have the upadte to 3.1.1 , but unfortunately it does not go yet .
Hi!
Dropdown menus show up fine on my end – http://i.imgur.com/9EfXbg6.png
Please also note that you have following code in Quick CSS
#top #header_main > .container .main_menu ul:first-child > li > a {
height: 95px !important;
line-height: 95px !important;
}
Regards,
Yigit
Hi,
yes the dropdown menu is fine, but main navigation is not the way I want.
The Problem is, when shrinking header, the main navigation has not in the right position (see screenshot)
Hi!
Please try adding following code to Quick CSS
#top .header-scrolled #header_main > .container .main_menu ul:first-child > li > a {
line-height: 75px!important;
}
and change line height value to 150px !important in following code
#top #header_main > .container .main_menu ul:first-child > li > a {
height: 95px !important;
line-height: 95px !important;
}
Best regards,
Yigit