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

    Hi Kresi,

    I really like combination of small fixed header and bar of big header. I added this to Quick CSS:

    .social_header #header_main .container { height: 100px; line-height: 100px; }
    .fixed_header.social_header #main { padding-top: 131px; }

    But look, what it makes with menu :-(. Is there any way, how can I fix it?

    #218707

    Hi frysjo!

    Can you post a link to your website please?

    Cheers!
    Peter

    #219254
    #219340

    Hey!

    Please add this on Quick CSS or custom.css:

    .social_header .main_menu ul:first-child > li a {
    height: 100px;
    line-height: 100px;
    }

    Cheers!
    Ismael

    #219360

    It works great! Thank you very much!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Problem with small fixed header with bar of big header’ is closed to new replies.