When clicking to view images withing a category... that is the product listing page, my images are one on top of the other without any space. How can I add space?
When clicking to view images withing a category... that is the product listing page, my images are one on top of the other without any space. How can I add space?
Where is you site??
My online site is empty. I first try it in my pc for testing. When i click on a category and the products from that category show they are display in one vertical line with no space between the images. I'll add some pictures to the one online to show you...
Where can I control the space between images? Stylesheet?
is this your product listing ? if so , add the following code to end of your stylesheet.css
.productListing-data {
padding-top:3px;
}
adjust px value to suite your needs.
Thank you so much it worked :)
you welcome![]()