Hey,
I’m currently using the ‘Fixed header with social icons and additional navigation – can you tell me how to disable the header resize on scrolling down?
Thanks!
Hey Iano999!
Please add following code to Quick CSS in Enfold theme options under Styling tab
#header_main .container, .main_menu ul:first-child > li > a {
height: 116px!important;
line-height: 116px!important;
}
.logo, .logo a, .logo img { max-height: 116px!important; }
Cheers!
Yigit
Perfect, thanks Yigit!