Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #983905
    mathijs84
    Participant

    Hi Guys,

    On nvision.work-planning.com i have the fixed header. I also use a plugin (TAPTAP) for mobile menu.

    So i hide the X mobile menu. I would like to have the topbar (red with the social media accounts) to be fixed/sticky in mobile view. Can i do this??

    #984117
    Thai
    Moderator

    Hi There,

    Please add the following CSS under Customizer > Custom > Global CSS:

    @media (max-width: 979px){
        .x-topbar {
            position: fixed;
            width: 100%;
        }
        .x-slider-container.below {
            margin-top: 46px;
        }
    }

    Hope it helps 🙂

    #995275
    mathijs84
    Participant

    Great thanks.

    Can i also make the menu button more in the center of the header?

    #995349
    Paul R
    Moderator

    Hi,

    You can add this under Custom > Edit Global CSS in the Customizer.

    
    .taptap-menu-button-alt {
           padding: 2px 0 0 5px !important;
    }
    

    Hope that helps.

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