Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #588715

    Hi,
    I want to know how to fix the size when it start to be responsive…because right now on an ipad it still keep 4 products for row on my shop
    and the thumbnail pictures are too small …I want to see 3 pictures for row ..is that possible ?
    The website where you can see it is : http://2squarecreative.com/shop/
    Please let me know
    Thanks

    Raoul

    #590162

    Hey raoulbeltra!

    Thank you for using Enfold.

    Resize the product columns with this css code:

    @media only screen and (max-width: 989px) {
    div .products .product {
        float: left;
        margin: 0 1% 1% 0;
        padding: 0;
        position: relative;
        width: 48.25%;
        margin-left: 0;
    }
    }

    Cheers!
    Ismael

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.