Support » Theme: GeneratePress » Mené pegajoso sticky Menú

  • Hi! How I can get sticky menú for this page? I use GP+elementor, both free.
    I use this css
    .site-header {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    }
    but don’t work…
    Thanks for your help!

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

Viewing 1 replies (of 1 total)
  • Theme Author Tom

    (@edge22)

    Hi there,

    This might help:

    .main-navigation {
        position: sticky;
        top: 0;
    }

    Let me know 🙂

Viewing 1 replies (of 1 total)
  • The topic ‘Mené pegajoso sticky Menú’ is closed to new replies.