Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #876632
    chflynn
    Participant

    I have the following CSS to make the hamburger have some space above it. I tried adding some CSS for padding on the left of the hamburger with no luck. On portrait mode on an iPad the menu runs into the logo text. I moved it down for now, but i would like it to have padding all around the mobile menu. tomorc . org

    x-btn-navbar {
    margin-top: -40px;
    float: right;
    }

    #877158
    Darshana
    Moderator

    Hi there,

    You can add this under Custom > CSS in the Customizer.

    .x-btn-navbar {
        margin: 10px;
    }

    Hope that helps.

    #877224
    chflynn
    Participant

    thanks for the tip, but it’s still not achieving my goal. Perhaps making the logo text responsive is the trick instead of moving the menu? See screenshot, i would prefer the burger to line up with the logo text or it be center directly below in portrait mode on an iPad. or some combo of

    .x-btn-navbar {
    margin-top: -40px;
    float: right;
    }

    .x-btn-navbar {
    margin: 10px;
    }

    #877227
    chflynn
    Participant

    see screen shot

    #877230
    chflynn
    Participant

    ugh, too large of file. trying again. screenshot.

    #877875
    Lely
    Moderator

    Hi There,

    Please add this CSS Ipad specific CSS:

    @media only screen 
    and (min-device-width : 768px) 
    and (max-device-width : 1024px)  { 
    
    .x-brand {
        margin-top: 15px;
        font-size: 31px;
    }
    
    }

    Hope this helps.

    #878208
    chflynn
    Participant

    thanks, ill try it.

    #878653
    Prasant Rai
    Moderator

    Let us know how it goes.

    Thanks.

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