• Hello people,

    I am trying to make the main and top header stick.

    I already found this CSS:

    /* sticky top
    @media only screen and (min-width: 760px)*/
    .header-top {
    position: fixed;
    width: 100%;
    z-index: 1000;
    }

    But that will only make the top header stick. Sorry I am a complete newbie.

    Thank you for your help!

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Sticky top and main header’ is closed to new replies.