Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1333384
    VOETA
    Participant

    Hi,

    Om the mobile phone the menu button is to low.
    See file.

    How can I place it some higher?

    Website: http://www.slotenmakeruden.nl/

    #1333489
    Paul R
    Moderator

    Hi,

    Thanks for writing in!

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

    
    @media (max-width:979px) {
    .x-btn-navbar {
        margin-top: 30px;
    }
    }
    
    @media (max-width:420px) {
    .x-brand img {
        width: 180px;
    }
    .masthead-inline .x-btn-navbar {
        font-size: 18px !important;
        padding: 10px 12px;
    }
    }
    

    Hope that helps.

    #1333529
    VOETA
    Participant

    Thank you very mutch!

    #1333557
    Rahul
    Moderator

    You’re most welcome!

    Feel free to ask us again if you have any further queries regarding the X-theme.

    Thanks!

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