![]() |
Align price to the right
I'd like to align the prices in search and product listing to be aligned to the right. Is that possible? I've tried to edit the skin1.css but the ALIGN option does not seem to work :cry: .
|
You could look in product.tpl and change
Code:
<tr><td class=ProductPriceConverting>{$lng.lbl_price}:</td> for this Code:
<tr><td class=ProductPriceConverting>{$lng.lbl_price}:</td> The price is added to the page by this bit of code or similar ... Code:
{include file="currency.tpl" value=$product.price} find that in other pages and adjust whats needed in the tables and cells around it. Switch on the debug window too so you can see what files you need to be looking at and back up before making changes |
Thanks for that. I'll try that soon.
Regards, Raj |
All times are GMT -8. The time now is 06:52 AM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.