Jump to content

How to center text?


Recommended Posts

In Your themes/planet/css/product_list.css

 

change:

ul#product_list li h3 { margin: 0.4em 0 }

 

to

 

ul#product_list li h3 {margin:0 auto;text-align:center}

 

Save and you've done.

thank you negative. now it work. :) thank you, again.

Link to comment
Share on other sites

×
×
  • Create New...