Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1037558
    MexConcept
    Participant

    Hi there!

    We’ve changed the top menu to “Fixed top” and when scrolling down the site, it is no full width anymore. Please see attached screenshot.

    How can we fix that?
    Thanks!

    #1037559
    MexConcept
    Participant
    This reply has been marked as private.
    #1037876
    Rad
    Moderator

    Hi there,

    Thanks for writing in.

    Please add this CSS to Admin > Appearance > Customizer > Custom > CSS

    @media ( min-width: 980px ) {
    .x-navbar.x-navbar-fixed-top.x-container.max.width {
        width: calc( 100% - 295px );
        max-width: 100%;
        left: 295px;
    }
    }

    Hope this helps.

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