Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1318515
    c1s
    Participant

    Hi, my logo is getting too small in mobile view.
    I think the best solution would be to alter just the compression factor – is this possible? If possible I would like to stay out of forcing certain widths in media queries.
    Thanks for your help!

    #1318516
    c1s
    Participant
    This reply has been marked as private.
    #1318554
    Paul R
    Moderator

    Hi,

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

    
    @media(max-width:767px) {
    .x-logobar .x-container.max.width {
       width:99%;
    }
    }
    

    Hope that helps.

    #1318580
    c1s
    Participant

    Works like a charm! Thanks a lot!!

    #1318668
    Paul R
    Moderator

    You’re welcome! 🙂

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