[Support request] smaller images on mobile device

Home Forums Support [Support request] smaller images on mobile device

Home Forums Support smaller images on mobile device

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1552958
    Edward

    Hi there,

    I was wondering if it was possible to have smaller images on mobile devices within the categories section.

    at the moment they are taking over the whole page when viewed on mobile and i’d like them smaller.

    example page – https://goprotect.co/products/sealers/

    thanks,
    Ed Howey

    #1553122
    Leo
    Staff
    Customer Support

    Hi there,

    Sorry – what images are you referring to?

    I only see a slider on the linked page and no other images.

    Let me know 🙂

    #1554526
    Edward

    https://goprotect.co/products/sealers/

    this page has linked images on it. When you view it on mobile they are extremely large. I want to reduce the size.

    #1555027
    David
    Staff
    Customer Support

    Hi there,

    you can use some CSS to restrict their size on mobile:

    @media(max-width: 600px) {
        .wc-block-grid__products .wc-block-grid__product-image img {
            max-width: 250px;
        }
    }
Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.