Hi guys,
A total noob here but have progressed very well thanks to this great forum.

I am trying to customise the Product Details List on the Product Details page (tpl_product_info_display.php). That is, the <UL> containing model, weight, etc... I have already removed the bullets via adding a custom tag in the stylesheet with list-style-type: none, and that's fine.

Basically I want to make this list appear column-like, so that the model ($products_model), weight ($products_weight) etc are all say right justified at some small distance from the colon :

So, instead of (the 'z' and '1' not vertically aligned)

Model: zencart139
Weight: 1 kg

I would like (the 'z' and '1' vertically aligned)

Model: zencart139
Weight: 1 kg

Any ideas ?

Many thanks,

adam