Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1391007
    ajrenk
    Participant

    I have icons and images set-up on andyrenk.com/epic. They look right on desktop, but when scaled down on mobile they look a little small. Is there a way to have them scale up to fill more of the screen width for mobile?

    #1391418
    Rupok
    Member

    Hi there,

    Thanks for writing in! You can add this under Custom > CSS in the Customizer.

    @media only screen and (max-width: 480px) {
    #meetings .x-column > .x-icon {
    	width: 150px !important;
    	height: 150px !important;
    	line-height: 150px !important;
    	margin-top: 15px;
    }
    }

    Hope this helps.

    Cheers!

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