Tagged: Fixed Header, header, re-size, resize
The fixed header with secondary menu works well for my site, but I would like to have it not re-size in all browsers-like it does not in Chrome.
Is there a quick css?
Hi wittwer!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.logo, .logo a, .logo img { max-height: 116px!important; }
.social_header #header_main .container, .main_menu ul:first-child > li > a {
height: 116px!important;
line-height: 116px!important;
}
Regards,
Yigit