morepork Posted April 23, 2010 Share Posted April 23, 2010 Hi there,This one has got me - I want to move the price (product.tpl) to the centre, instead of float: right. I have tried everything I can think of in the global.css and can change the colour and size, but I just don't seem to be able to get the pesky thing in the centre.Does anybody have a suggestion for what classes/code I need to be changing exactly? Link to comment Share on other sites More sharing options...
razaro Posted April 23, 2010 Share Posted April 23, 2010 Try to add text-align:center; width:100%; so it looks like #primary_block form#buy_block span.our_price_display { float:right; text-align:center; width:100%; } Link to comment Share on other sites More sharing options...
morepork Posted April 23, 2010 Author Share Posted April 23, 2010 Thankyou so much! :-) Works beautifully. Link to comment Share on other sites More sharing options...
Recommended Posts