• Resolved thatfray

    (@thatfray)


    I swear it worked before

    #topbar {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 999;
    }
    .admin-bar #topbar {
    top:28px;
    }
    .headerclass {
    margin-top: 30px;
    }

    today i noticed its no longer working. what am i missing?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter thatfray

    (@thatfray)

    fixed because this had to be moved to top of css chain

    If this fixed by moving the css up it means you have css in your custom css that is breaking all the css below it. Worth looking into.

    Kadence Themes

    Thread Starter thatfray

    (@thatfray)

    That’s what I as thinking too so I went through them all and commented each one so I can keep track of what they do…

    I must have cleared up something because now I moved the code back to the bottom and it’s fine. I think I was missing a } somewhere.

    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to sticky topbar?’ is closed to new replies.