Hi, I am using 1.3.9.f. I have created my web. I am working with the style customization. How can I align the content of my product description to the center? Link. Thank you very much.
WendyT
Hi, I am using 1.3.9.f. I have created my web. I am working with the style customization. How can I align the content of my product description to the center? Link. Thank you very much.
WendyT
Edit your stylesheet.css file, looking for the #spec definition, and add
to center that table.Code:margin: 0 auto;