Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #170629

    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

    #170944

    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

    #171134

    great solution, works nice.

    thank you.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘chnage the height for header?’ is closed to new replies.