can anyone tell me why my text is looking justified in my product desription please this is virutalmart 2.06
In the css file, position.css, the text-alignment is set to text-align: center;
for the <body>
element.
That will affect everything on the page.
Remove it, or add something like:
ul{ text-align: left;}