Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1219240
    weclose
    Participant

    Hi,

    How can I place the navbar button to tle right of the logo when on mobile?

    Current setup is under the logo but I want them both on the same row.

    Thanks!

    Regards

    #1219287
    Thai
    Moderator

    Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

    #1219337
    weclose
    Participant
    This reply has been marked as private.
    #1219353
    Thai
    Moderator

    Hi There,

    Please add the following CSS under Customizer > Custom > Global CSS:

    @media (max-width: 500px){
        .x-brand img {
            max-width: 250px;
        }
    }
    @media (max-width: 440px){
        .x-brand img {
            max-width: 230px;
        }
    }
    @media (max-width: 320px){
        .x-brand img {
            max-width: 200px;
        }
    }

    Hope it helps 🙂

    #1219386
    weclose
    Participant

    Works – Thanks a lot for the help! 🙂

    #1219412
    Thai
    Moderator

    If you need anything else please let us know.

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