Hi,
I use the customtextplugin in combination with a few dropboxes. All of the dropboxes are perfectly lined out left in the div where they're shown. The textboxes however have a sort of indent.
How can I get them outlined left?
Kind regards,
Vigier
[attachment cleanup by admin]
Hi vigier,
are you using any third party themes?
If NOT try this: "/components/com_virtuemart/assets/css/vmsite-ltr.css" @ line 209
.product-fields .product-field input {position:relative;}
.product-fields .product-field input {position:relative;left:33px;}
remove the left attribute.
thnx a lot ivus! Didn't notice the word 'input' over there!