Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #609987

    Is there a way to make the product grid responsive? Right now, it only allows me to pick a certain number of columns and I chose 4. This looks good on my desktop but it squeezes the products and doesn’t look good on my iPad. On mobile it is fine because it changes to 1 column. Can it either be made responsive or have the column number change based on screen width?

    #610153

    Hey krakers2015,

    Could you provide us with a link to the site in question so that we can take a closer look please?

    Best regards,
    Rikard

    #610210

    Here is a link to my product overview page

    #610221

    Hi!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    @media only screen and (max-width: 768px) and (min-width: 481px) {
    div .products .product {
        width: 49%;
    }}

    Regards,
    Yigit

    #610223

    perfect! Thank you :)

    #610225

    Hi!

    You are welcome! Let us know if you have any other questions or issues and enjoy your weekend! :)

    Regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Product grid responsive’ is closed to new replies.