Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #190757

    I would like to make the header height smaller. How can I do that?

    #190872

    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

    • This reply was modified 11 years ago by MENS.
    #191076

    Hey!

    Can you post the link to your website?

    @herrbirk
    thanks :)

    Regards,
    Yigit

    #192048

    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.

    • This reply was modified 10 years, 12 months ago by lwolfe63.
    #192500

    Hey!

    Can you post the link to your website?

    Regards,
    Yigit

    #192629

    Sure! http://www.retrorancho.com

    I want the header to be maybe 60px high. Thanks for your help!

    #192777

    Hi,

    That URL appears to be down: http://www.downforeveryoneorjustme.com/http://www.retrorancho.com/

    Regards,
    Josue

    #192807

    Oops it’s http://www.retroranch.com – sorry!

    #192834

    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

    #193234

    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.

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘How to I make header height smaller’ is closed to new replies.