Trying to get rid of some of the white space below the top menu and logo.
Thank you!
Located in here:
<div id="header_main" class="container_wrap container_wrap_logo">
Hi!
Can you post the link to your website or tell us which header type you are using?
Best regards,
Yigit
Hi Yigit,
Thank you for the response. This is the header I’m using:
Fixed Header with Social Icons and Additional Navigation
Hey!
Please edit css > layout.css and look for this code:
/*header with social icons: */
.social_header #header_main .container, .social_header .main_menu ul:first-child > li a { height: 116px; line-height: 116px; }
Adjust the height and the line-height.
Cheers!
Ismael
Thank you. The menu moved up but there is still white space. I want it to be equal to the menu.
Hey!
Please add following code as well
.fixed_header.social_header #main {
padding-top: 105px;
}
Regards,
Yigit
Perfect! Thank you for your assistance. :)