Viewing 4 reply threads
You must be logged in to reply to this topic.
How can I display 2 columns instead of 1 in tablet for the shop page?
Hello,
I see 4 columns here in stead: https://ibb.co/jDFCbd3
Did you manage to change it already? Let us know.
Best regards!
Actually I notice that just a few minutes ago. I am looking at it under the responsive options in the customize tab in wordpress and it shows as one column. But when looking at it with he responsive tool of chrome or safari it displays 4.
However, 4 is too small, I would like to change it to 3, could you indicate me how to do it?
Thank you!
Diana
Hello,
I added this css to make the changes for ipad:
@media (max-width: 979px){
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
width: 45% !important;
}}
Clear cache and refresh page.
Best regards!
You must be logged in to reply to this topic.