• Resolved susanna96

    (@susanna961)


    Hi!
    Does someone have the css code to make the menu sticky also in mobile?
    THANKS!

    • This topic was modified 2 years, 8 months ago by susanna96.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi,

    Try this CSS code:

    @media only screen and (max-width: 1024px) {
        .sticky-active #masthead-mobile {
          position: fixed;
          width: 100%;
            top: 0;
        }
    
        .sticky-active .header-clone {
          display: block !important;
          height: 110px;
          width: 100%;
          position: relative;
        }  
    }

    Add it to your site’s Additional CSS under the Appearance menu > Customize.

    Thread Starter susanna96

    (@susanna961)

    It works!
    Thank you very much.
    Best regards
    Susanna

    • This reply was modified 2 years, 8 months ago by susanna96.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Mobile menu not sticky’ is closed to new replies.