rzeznik Posted October 19, 2011 Share Posted October 19, 2011 Hi. I´ve got problem. The names of my products aren´t centered. I tried anything, but nothing work. Please, can you help me? Here´s my site: http://www.hraciakocka.sk/3_piatnik Link to comment Share on other sites More sharing options...
ThemeBooster.com Posted October 20, 2011 Share Posted October 20, 2011 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. 1 Link to comment Share on other sites More sharing options...
Carl Favre Posted October 20, 2011 Share Posted October 20, 2011 Do not forget to set cache to NO and force compilation to YES in preferences>performances to see the changes. Link to comment Share on other sites More sharing options...
rzeznik Posted October 21, 2011 Author Share Posted October 21, 2011 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 More sharing options...
ThemeBooster.com Posted October 21, 2011 Share Posted October 21, 2011 Happy we fixed that. Regards. Link to comment Share on other sites More sharing options...
Recommended Posts