Tagged: two columns on mobile, woo commerce
how do I make the mobile site show two columns?
I tried this but it still breaks down to one column on mobile.
@media only screen and (max-width: 330px) {
.products-grid .product, .products-list .product {
width: 50%;
}
}
Website is http://www.haspools.com
Hey edgeofcinema,
Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (max-width: 330px) {
.responsive #top #main .products .product {
margin: 0 1% 1% 0;
width: 49%;
}
}
Best regards,
Rikard
Looks like it is still breaking to one column
Hi,
Please try this instead:
@media only screen and (max-width: 480px) {
.responsive #top #main .products .product {
margin: 0 1% 1% 0 !important;
width: 49% !important;
}
}
Best regards,
Rikard
It worked! Thank you!
Hi edgeofcinema,
I’m glad that Rikard could help you :)
Thanks for using Enfold and have a great day!
Best regards,
Nikko