can i change the height size for the “Fixed Header with Social Icons and Additional Navigation?
i want to do this because the logo is to big with this type of header.
i know i can use small fixed header but with this one i dont have social icons.
thank you
Hey mmi!
You can add this on your custom.css or Quick CSS:
/*header with social icons: */
.social_header #header_main .container, .social_header .main_menu ul:first-child > li a { height: 50px; line-height: 50px; }
.fixed_header.social_header #main {
padding-top: 80px;
}
Adjust the top padding of the #main div according to the height and line-height of the header.
Regards,
Ismael
great solution, works nice.
thank you.