Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1219409
    weclose
    Participant

    Hi,

    Is it possible to remove the whitespace to the right on category pages?

    I would like to have the image go all the way instead och having a white margin.

    Thanks in advance!

    Regards

    #1219413
    weclose
    Participant
    This reply has been marked as private.
    #1219486
    Thai
    Moderator

    Hi There,

    Please add this CSS:

    @media (max-width: 480px){
        li.product-category img {
            width: 100%;
            height: auto;
        }
    }

    Hope it helps 🙂

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