i want to justify the all product listings left instead of centre. does anyone know what the css code im looking for?
thanks
i want to justify the all product listings left instead of centre. does anyone know what the css code im looking for?
thanks
Add this to the bottom of your css
.productListing-data {
text-align:left;
}
is that what you meant?
RuFuS's suggestion works on my site - are you using a custom template?
Can we see a link to your site?
I have a similar problem. I'm new in CSS and II don't have idea how to put a margin on Product description text.
Please take a look.
My Site
Thanks