I would like to make the header height smaller. How can I do that?
Hi,
This depends on which header you use. With a fixed header and social icons paste this code in quick css and change height. Changing the line height will change the height of the menu.
.social_header #header_main .container, .social_header .main_menu ul:first-child > li a { height: 80px; line-height: 80px; }
Cheers Herrbirk
I’m using the small fixed header.
I tried this:
.fixed_header #header_main .container, .fixed_header .main_menu ul:first-child > li a { height: 60px; line-height: 60px; }
It made the menu smaller in height but not the header container.
Sure! http://www.retrorancho.com
I want the header to be maybe 60px high. Thanks for your help!
Hi,
That URL appears to be down: http://www.downforeveryoneorjustme.com/http://www.retrorancho.com/
Regards,
Josue
Oops it’s http://www.retroranch.com – sorry!
Hi!
Try to insert following code into the quick css field to reduce the header size (padding)
.fixed_header #main {
padding-top: 61px;
}
Best regards,
Peter
That did the trick! Thank you! I did notice a problem though. When I tried to add the CSS to the quick CSS field in Internet Explorer, I kept getting an error but it worked in Chrome. Not sure what the issue was.
Thanks for the great support as always.