Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1238372
    goodimp
    Participant

    Hello

    My desktop version currently has a slider above the header and the header sticks when it hit the top of the page. How can I make the mobile version do the same instead of the header scrolling past the top?

    Thanks

    #1238383
    Jade
    Moderator

    Hi there,

    Please add this code in the customizer:

    @media (max-width: 979px) {
        .x-navbar-fixed-top {
             position: fixed;
             height: auto;
             padding-bottom: 15px;
        }
    }

    Hope this helps.

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