Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1181972
    TactikMedia
    Participant

    Hello Support forum,

    I’m using topbar and main menu as Sticky in my site as you can see here http://garedethetford.staging.wpengine.com/ but now I want to MAIN MENU to be Sticky in Mobile too. can you please tell me how can I do.

    Looking forward to hear you.

    Thanks
    Vince

    #1182076
    Nabeel A
    Moderator

    Hi Vince,

    Thanks for writing in! Try adding the following code in your Customizer via Appearance > Customize > Custom > Edit Global CSS:

    @media screen and (max-width: 979px) {
        .x-navbar-fixed-top, .x-navbar-fixed-left, .x-navbar-fixed-right {
            position: fixed !important;
            top: 0 !important;
        }
        .x-topbar-fixed-top, .x-logobar-fixed-top {
            position: relative !important;
        }
    }

    Let us know how this goes!

  • <script> jQuery(function($){ $("#no-reply-1181972 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>