News:

Support the VirtueMart project and become a member

Main Menu

How to line out CustomTextPlugin

Started by vigier, September 13, 2012, 02:03:41 AM

Previous topic - Next topic

vigier

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]

ivus

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.



vigier

thnx a lot ivus! Didn't notice the word 'input' over there!