Tagged: woocommerce
Hello guys!
I need to show the store in the mobile version in 2 columns
I have tried this thread https://kriesi.at/support/topic/2-column-woocommerce-mobile-view/ but not getting what I need.
Could you please help me?
In the attached image
https://staging4.breadandcheese.cl/wp-content/uploads/2020/08/enfold.jpg
1) Current situation
2) Desired situation
3) They would be my new superheroes
Hey mtmundarain,
Thank you for the inquiry.
You can use this css code to adjust the width of the product items and create some space between them.
@media only screen and (max-width: 767px) {
.responsive #top #main .products .product {
width: 48%;
margin-left: 2%;
margin-bottom: 2%;
}
.responsive #top #main .products .product:nth-child(2n+1) {
margin-left: 0;
}
}
Best regards,
Ismael
Thanks Ismael!
Hi,
Did you need additional help with this topic or shall we close?
Best regards,
Jordan Shannon
Please, close the topic!
Thanks