Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1222371
    mahmoud237
    Participant

    My menu isn’t really centered by this code :

    .masthead-inline .desktop .x-nav {
        float: none !important;
        margin: 0 auto !important;
        max-width: 1050px !important;

    I noticed it’s moved left a little … I want to make it 100% centered ?

    #1222372
    mahmoud237
    Participant
    This reply has been marked as private.
    #1222487
    Thai
    Moderator

    Hi There,

    Please remove your custom CSS and try with this CSS instead:

    @media (min-width: 980px){
        .x-navbar .x-container.max.width {
            max-width: 960px;
        }
        .x-navbar .desktop .x-nav>li:first-child>a>span{
            margin-left: 0;
        }
    }

    Hope it helps 🙂

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