Multiple columns on Storefront mobile version
-
I’m looking to get multiple columns on my shop section using the Storefront theme. I am currently using the code below for 2 columns, but i’d like to know how i could make it be 3 or 4 columns instead.
}
.site-main ul.products li.product:nth-of-type(2n) {
margin-right: 0;
}@media (min-width: 768px) {
.site-main ul.products li.product:nth-of-type(2n) {
margin-right: 5.8823529412%;
}Thanks
The page I need help with: [log in to see the link]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Multiple columns on Storefront mobile version’ is closed to new replies.