• Resolved Piotyras

    (@piotyras)


    Hello!

    I was wondering – where in the CSS can I disable the menu header from following, when I scroll down?

    I’m guessing it’s in the Style.css under the section “Header”. Anyone know how to disable it completely?

    It’s causing problems with my front page, on a site i am developing:
    https://www.vitsi.dk (When i scroll to the bottom, it jumps back up)

    Note: I am an amateur at WordPress development, so please keep that in mind ??

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hey there Piotyras,
    Hope you’re well! ??
    You can check style.css Line:79. Use the following code to get your problem solved.

    #header.skehead-headernav.skehead-headernav-shrink {
        position: inherit;
    }

    It’s recommended to use any custom CSS plugin or Child_Themes for any customization. Otherwise, your changes may lost on installing any update in future.

    Thread Starter Piotyras

    (@piotyras)

    I thank you very much for your help!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Disable sticky menu when scrolling’ is closed to new replies.