Hello,
Stuck for an answer here. Take this page:
http://www.ephotozine.com/shop/index...=index&cPath=1
How can I left align the text for the products displayed instead of centre alignment?
Thanks in advance!
Hello,
Stuck for an answer here. Take this page:
http://www.ephotozine.com/shop/index...=index&cPath=1
How can I left align the text for the products displayed instead of centre alignment?
Thanks in advance!
Add this to the bottom of your templates stylesheet.css file
Code:.listingDescription { text-align: left; } .itemTitle { text-align: left; }
Spot on, thanks