Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #998294

    Hi Guys,

    For some reason the main menu is breaking into 2 lines on an ipad or smaller screen resolutions.
    Can the menu be made to be responsive so it’s just one one line?

    My site is http://poplabicepops.com/

    Thank You

    Nick

    #998310

    See Attached Screenshot

    #998321

    See Attached Screenshot

    #998764
    Rupok
    Member

    Hi there,

    Thanks for writing in! You can add this under Custom > CSS in the Customizer.

    @media only screen and (min-width: 980px) and (max-width: 1169px) {
    .x-navbar-inner .x-container.max {
      max-width: 100%;
      width: 100%;
    }
    
    .x-brand img {
      width: 250px;
    }
    }

    Hope this helps.

    Cheers!

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