Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1186408
    Svenskal
    Participant

    Hi,

    In responsive mode (on a iPhone 6 and similar)

    Is there a way to have the logo to the left and menu to the right?

    Today, the menu is under the logo. See screenshot!

    Link: http://staging.svenskaljusgrossisten.se

    #1186509
    Rahul
    Moderator

    Hey There,

    Thanks for writing in!

    You can try to add the following css code in the customizer, Appearance > Customize > Custom > CSS to make your logo and mobile menu just in one line.

    .x-navbar .x-brand {
      max-width: 80%;
    }
    
    @media (max-width: 767px) {
        .x-navbar {
            padding-left: 20px !important;
            padding-right: 20px !important;
        }
    }

    Hope this helps!

    Let us know how this goes!

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