Tagged: 

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #181186

    Hello!
    How to adjust height of header?
    I’ve tried to set height for “header_main” in layout.css, but after that it won’t scaling.
    Help, please.

    #181187
    This reply has been marked as private.
    #181327

    Hey!

    Add this on your custom.css or Quick CSS:

    .fixed_header.social_header #main {
    padding-top: 119px;
    }
    
    /*header with social icons: */
    .social_header #header_main .container, .social_header .main_menu ul:first-child > li a { height: 88px; line-height: 88px; }

    Adjust the height and the line-height then follow up the top padding’s value.

    Best regards,
    Ismael

    #181883

    Thank you!

    #181892

    Glad Ismael could help, let us know if you have any more questions or issues :)

    Regards,
    
Josue

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Header height’ is closed to new replies.