Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1131942
    sirnarcis
    Participant

    Hello

    This Query is for this test site:http://empello.pixelandink.co.uk/

    When you look at landscape on Ipad the menu goes under the logo and I would like it to be the hamburger toggle instead, so it doesn’t look weird. Is that possible? The braking point is 1080px

    #1132071
    Thai
    Moderator

    Hi There,

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

    @media (max-width: 1080px){
        .masthead-inline .x-btn-navbar {
            display: block;
            float: right;
            color: #000;
        }
        .x-nav-wrap.desktop {
            display: none;
        }
        .x-nav-wrap.mobile.collapse.in {
            display: block;
        }
    }

    Hope it helps 🙂

    #1134908
    sirnarcis
    Participant

    Thanks! That’s perfect!

    #1135012
    Thai
    Moderator

    Glad we’re able to help 🙂

    If you need anything else please let us know.

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