Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #891266
    robotpants
    Participant

    Hey guys!

    Is there a way to rearrange how the header sits on mobile through CSS only? We’re looking to save a bit of space and move the logo and menu (we call the hamburger!) next each other we also like to see if you can rearrange social icons on the top part.

    More deets in the private follow up!

    #891271
    robotpants
    Participant
    This reply has been marked as private.
    #891761
    Thai
    Moderator

    Hi There,

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

    @media (max-width: 480px){
        .x-btn-navbar {
            float: left;
            margin-top: -60px;
        }
        .x-logobar {
            float: right;
        }
        .x-navbar-wrap {
            clear: both;
        }
        .x-navbar-inner {
            min-height: auto;
        }
    }

    Hope it helps 🙂

    #893240
    robotpants
    Participant
    This reply has been marked as private.
    #893821
    Rupok
    Member

    Hi there,

    Thanks for updating. I can’t see this on my end and there is nothing that might cause this. I am attaching a screen from iPhone 6 Plus view. You could try from a different device.

    Cheers!

    #895723
    robotpants
    Participant

    Oh weird, I’m seeing it on my iPhone 6 !00% of the time. :/ Resolution issue?

    #896830
    Rad
    Moderator

    Hi there,

    Please add this CSS to Admin > Appearance > Customizer > Custom > CSS

    @media ( max-width: 767px ) {
    
    .x-navbar-inner {
    min-height: 0px !important;
    }
    
    }

    Hope this helps.

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