How can i add a gap between the product in the list view
Ive attached a picture
How can i add a gap between the product in the list view
Ive attached a picture
Add to your stylesheet (/includes/templates/your_template/css/stylesheet.css)Adjust to taste.Code:.productListing-odd td, .productListing-even td { text-align: left; vertical-align: top; padding:0.5em; margin-bottom: 1em; border-bottom: 3px double #aaccbb; }
Thank you so much for that i spend 3 hours looking for that