Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #892548
    s13s
    Participant

    Ive read the posts for shrinking the mobile logo and cant seem to fix it. Mine shows fine when viewed on the desktop, table but the iPhone view is not shrinking down.

    #892549
    s13s
    Participant
    This reply has been marked as private.
    #893322
    Paul R
    Moderator

    Hi,

    Thanks for writing in!

    To make it shrink, you can add this under Custom > Edit Global CSS in the Customizer.

    
    @media (max-width: 767px) {
    .x-brand img {
           width: 200px;
    }
    }
    

    You may change 200px to achieve your desired size

    Hope that helps.

    #894510
    s13s
    Participant

    Thanks, that worked perfectly.

    #894653
    Nico
    Moderator

    Happy to hear that.

    Feel free to ask us again.

    Have a great day! 🙂

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