VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: vigier on September 13, 2012, 02:03:41 AM

Title: How to line out CustomTextPlugin
Post by: vigier on September 13, 2012, 02:03:41 AM
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]
Title: Re: How to line out CustomTextPlugin
Post by: ivus on September 13, 2012, 15:40:31 PM
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.


Title: Re: How to line out CustomTextPlugin
Post by: vigier on September 13, 2012, 22:31:26 PM
thnx a lot ivus! Didn't notice the word 'input' over there!