Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1049276

    Hi

    I am trying to get a sticky menu for the mobile and I have used the following in the Quick CSS but it is not working.

    /* Sticky header on mobile */
    @media only screen and (max-width: 767px) {
    .responsive #top #main {
    /* Margin top value should be equal to header height*/
    margin-top: 180px;
    }
    .responsive #top #wrap_all #header {
    position: fixed;
    }
    }

    #1049304

    Hi

    I have managed to get it to stick by using

    /* Sticky header on mobile */
    .responsive #top #wrap_all #header {
    position: fixed;
    }

    However, I would like it further down the page i.e. have some padding at the top. The first one is too much.

    Thanks

    Alex

    #1049327

    Sorted thanks

    #1049427

    Hi,

    Glad that you sorted it out. Should we close the thread then?

    Best regards,
    Ismael

    #1074278

    hello
    I want to fixed menu on mobile,so I found this topic.
    and It’s work now.
    but I think is there possible to make
    hide the menu when scroll down the web
    show the menu when scroll up the web ?
    thanks.

    #1074656

    Hi,

    That is possible, but it will require modifications that are beyond the scope of support. Please hire a freelance developer or contact our partner, Codeable.

    // https://kriesi.at/contact/customization

    We’ll close this thread now.

    Best regards,
    Ismael

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Sticky Menu’ is closed to new replies.