Is there any way to make the height of the Fixed Header with Social Icons (currently 116px) the same as the height of the Small Fixed Header (88px), while still retaining the re-sizing function when the user scrolls down?
Thanks!
Hi spmcfarland!
Please refer to my post here https://kriesi.at/support/topic/change-logo-image-for-scrolled-header/#post-188003
instead of 200, insert 88, then add following code to Quick CSS in Enfold theme options under Styling tab
.fixed_header.social_header #main {
padding-top: 119px;
}
You may need to adjust the top padding value
Regards,
Yigit
Perfect! Thanks for the help!