Tagged: , ,

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

    I changed the small fixed header so it does not shrink when I scroll down the page using this quick CSS:

    #header_main .container, .main_menu ul:first-child > li > a {
    height: 88px!important;
    line-height: 88px!important;
    }
    .logo, .logo a, .logo img { max-height: 88px!important; }

    But in doing so, when I click to scroll to a section, the page acts as if the header has shrunk which creates the header to overlay the section.

    #220281

    Hi amabharaj!

    Please try the workaround Josue posted here https://kriesi.at/support/topic/stop-resizing-header-but-anchor-not-correct/#post-220223

    Best regards,
    Yigit

    #220418

    Great, all fixed thanks very much!

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