Forum Replies Created
Viewing 3 posts - 1 through 3 (of 3 total)
- AuthorPosts
- puroxialbertaParticipant
Update:
I changedpadding: 2px;
tomargin: 1.0014% !important;
instead so the spacing would work properly across screen sizes. 1.0014% is the highest I could go and still have it work properly across all screen sizes.puroxialbertaParticipantThat didn’t work – I’m pretty sure there’s an option in the customize GUI to do that. However, I managed to figure it out. Adding the following to the additional CSS fixed it:
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product, .woocommerce-page[class*=columns-] ul.products li.product, .woocommerce[class*=columns-] ul.products li.product { padding: 2px; float: left !important; }
It’d be nice if padding was only applied in between the items, but this will do just fine.
Thanks!puroxialbertaParticipantThis reply has been marked as private. - AuthorPosts
Viewing 3 posts - 1 through 3 (of 3 total)