Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1202957
    UniteCoop
    Participant

    it happens when you start scrolling.. screen shot attached

    #1202961
    UniteCoop
    Participant

    reattached

    #1203033
    Christopher
    Moderator

    Hi there,

    Please find following codes :

    .x-navbar-fixed-top .x-container.max {
        position: fixed !important;
        left: 13% !important;
    }
    
    .x-navbar-fixed-top .x-nav-wrap.desktop {
        position: fixed !important;
        display: block !important;
        width: 100% !important;
        right: 13% !important;
    }

    And wrap them within media query rule :

    @media (min-width:979px){
    .x-navbar-fixed-top .x-container.max {
        position: fixed !important;
        left: 13% !important;
    }
    
    .x-navbar-fixed-top .x-nav-wrap.desktop {
        position: fixed !important;
        display: block !important;
        width: 100% !important;
        right: 13% !important;
    }
    }

    Further customizations from here would be getting into custom development, which is outside the scope of support we can offer. If you need more in depth changes, you may wish to consult with a developer. X is quite extensible with child themes, so there are plenty of possibilities.

    Hope it helps.

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