• Resolved mikblik

    (@mikblik)


    Hi,

    After upgrading to the latest version of Customizr, I noticed I can’t scroll down the page because the header pushes down on the page body. I can’t figure out how to fix it.

    If you go to one of my pages, like https://www.mihaelblikshteyn.com/services/maritime/ and start slowly scrolling down the page, the header will “fight” the scroll for a while.

    It seems to happen in the Chrome browser on my Mac, but not in Safari. The height of the header does change on scroll in both Safari and Chrome.

    I have no idea how to fix it. This problem has stumbled me. Any ideas?

    Thank you!

    Mihael

    • This topic was modified 7 years, 11 months ago by mikblik.
    • This topic was modified 7 years, 11 months ago by mikblik.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter mikblik

    (@mikblik)

    I wonder if it has something to do with the sticky-disabled vs sticky-enabled height not specified properly or the height of the logo?

    • This reply was modified 7 years, 11 months ago by mikblik.
    Thread Starter mikblik

    (@mikblik)

    I found that the margin-top for #tc-reset-margin-top jumped between 71px and 61px on scroll. I added the following code, which fixed the problem.

    #tc-reset-margin-top {
    margin-top: 80px !important;
    }

    Is this a template bug or was it an error on my part?

    Hi,

    It’s most probably a conflict with your plugin or your own custom codes.

    Thank you

    • This reply was modified 7 years, 11 months ago by Denzel Chia. Reason: typo error
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Problem scrolling with latest version’ is closed to new replies.