Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #994194
    tjceo
    Participant

    hi, it’s so cool theme…Can you help me how to make the navbar as the same as”The dawn of a new era”. My menu is not full-width..thanks

    #994381
    Joao
    Moderator

    Hi There,

    Could you provide the URL of your website so we can take a look?

    Thanks,

    Joao

    #994924
    tjceo
    Participant
    #994941
    John Ezra
    Member

    Hi there,

    Thanks for updating the thread! You can add this under Custom > CSS in the Customizer or in your child theme’s style.css file.

    .x-navbar-inner 
    .x-container.max.width {
        max-width:100%;
        width:100%;
    }
    
    ul#menu-x-demo-menu {
        float: none;
        margin: 0 auto;
        width: 60%;
    }

    Hope this helps – thanks!

    #995037
    tjceo
    Participant

    thanks,it’s better.but each menu width is not fixed.i want the style as the same as demo, how? thanks so much.

    #995048
    Rupok
    Member

    Hi there,

    Thanks for updating. Let’s update the code a bit :

    .x-navbar-inner .x-container.max.width {
        max-width:100%;
        width:100%;
    }
    
    ul#menu-x-demo-menu {
      float: none;
      margin: 0 auto;
      width: 100%;
    }
    
    .desktop .menu-item {
      text-align: center;
      width: 12.5%;
    }

    Hope this helps.

    Cheers!

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