Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #886080
    magmachamber
    Participant

    Hello. I notice that when I shrink the width of my window to narrower than my logo text, the mobile menu button jumps down and sits butted right against the bottom of the header, rather than padded as it normally does.

    nailfungusdiary.com

    Thanks for your help!

    #886715
    Thai
    Moderator

    Hi There,

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

    @media (max-width: 400px){
        .x-brand.text {
            font-size: 32px;
        }
    }
    @media (max-width: 320px){
        .x-brand.text {
            font-size: 24px;
        }
    }

    Hope it helps 🙂

    #887367
    magmachamber
    Participant

    Thank you so much!

    #887691
    Rue Nel
    Moderator

    You are most welcome!

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