Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1182124
    breepear
    Participant

    Hi there, right now my logo isn’t scaling down on mobile so it’s forcing the mobile menu to the next line. Is there a way to set a max size on the mobile logo so it doesn’t do this?

    http://attorney.ninja/ninjadev

    #1182127
    breepear
    Participant
    This reply has been marked as private.
    #1182413
    Jade
    Moderator

    Hi there,

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

    @media (max-width: 440px) {
        .x-brand {
            float: left;
            width: 80%;
        }
    }

    Hope this helps.

    #1183774
    breepear
    Participant

    Thank you that worked perfect!

    #1183987
    Jade
    Moderator

    You’re welcome.

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