Have spent a lot of time searching and reading through numerous threads trying to add a horizontal line between my product listings - product, new, all, featured etc.
Finally tried the following -
.productListing-odd td, .productListing-even td {
vertical-align: top;
border-bottom: 1px solid #ff0000; padding: 2 3px;
}
.allproductListing-odd, .allproductListing-even {
vertical-align: top;
border-bottom: 1px solid #ff0000; padding: 2 3px;
}
.newproductListing-odd, .newproductListing-even {
vertical-align: top;
border-bottom: 1px solid #ff0000; padding: 2 3px;
}
.featuredproductListing-odd, .featuredproductListing-even {
vertical-align: top;
border-bottom: 1px solid #ff0000; padding: 2 3px;
}
This works OK in -productlisting - but WEIRDLY in allproductListing and NOT AT ALL in newroductListing & featuredproductListing
MY website is www.sourceforherbs.com
Some help would be appreciated.



