Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1400363
    MattHoll
    Participant

    Hello.

    For my website, I now have enough menu items that it drops them down to a second line. I want the menu to be able to go fullscreen as more menu items are added and NOT drop down to a second line. See screencap attached here.

    Site is here:

    http://www.hrvatskohomebrewprvenstvo.beer/

    Couldn’t find a solution that worked for me with a forum search. Any help is appreciated.

    #1400420
    Lely
    Moderator

    Hi There,

    Please add this custom CSS that will disable the container for the menu on Appearance > Customize > Custom > Edit Global CSS:

    .x-navbar-inner>div {
        width: 100% !important;
        max-width: none !important;
    }

    Hope this helps.

    #1400427
    MattHoll
    Participant

    That did the trick. Thanks!

    #1400511
    Paul R
    Moderator

    You’re welcome! 🙂

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