Support Home › Support Home › Woolea › 2 columns in mobile version
Tagged: 2, columns, mobile, product, smartphone, view
I would like to know how to put two products instead of one, when sliding it is a little uncomfortable one at a time.
I tried editing the CSS with
@media (max-width: 479px) { .tcol-xs-6 { width:50%; } }
But it doesn’t work
Hi Jose,
Please provide your website URL and a screenshot of the section that you are talking about to review to assist.
Best Regards, ThemeLooks Support Team
hello!
I refer to all Product Categories. My site is http://www.joyeriaindessing.es
IMG: https://imgur.com/gallery/uUurzAV
PS. Category like that
https://joyeriaindessing.es/categoria-producto/anillo/
In this issue, you could use the CSS below.
@media (max-width: 479px) { .col-sm-6, .woocommerce-Tabs-panel--more_seller_product .row > div { max-width: 50%; } }