Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1200234
    connorbennett
    Participant

    Hi,
    I’m using the following code to align my site logo to the left of my menu:

    nav#ubermenu-main-7-primary {
    display: inline-block !important;
    margin-top: 30px;
    }

    The only issue is on mobile devices, the logo is too large and does not sit in light with the menu button. Is there a way to re-size and re-allign the logo so it works on mobile devices too?

    Thanks!

    #1200260
    Christopher
    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.

    #1200393
    connorbennett
    Participant
    #1200423
    Thai
    Moderator

    Hi There,

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

    .ubermenu-responsive-toggle {
        float: right;
        margin-top: 45px;
    }
    @media (max-width: 979px){
        .x-brand img {
            width: 180px;
        }
    }

    Hope it helps 🙂

    #1200474
    connorbennett
    Participant

    Brilliant – that’s done the job. Thanks! 🙂

    #1200502
    Thai
    Moderator

    You’re most welcome 🙂

    If you need anything else please let us know.

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