Hello everyone..........How to add a vertical devider in the products listing right now the images looked stacked up on the top of each others see link....
http://independentbeautysuppliers.co...ndex&cPath=1_2
Thank you
Hello everyone..........How to add a vertical devider in the products listing right now the images looked stacked up on the top of each others see link....
http://independentbeautysuppliers.co...ndex&cPath=1_2
Thank you
You can do what I did by creating the following or similar, in your 'stylesheet.css' file.
.productListing-data {
padding-top:16px;
padding-bottom:22px;
border-bottom:1px dotted #333;
}
Thanks rob....is there a specific place in the style sheet to add it ???
Whenever "I" create new CSS coding I like to put it at the bottom of the 'stylesheet.css' file.
Then I know it comes last and makes it easy to find.![]()
Thanks Rob ...Ill try that