VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: tygo on September 26, 2014, 10:52:44 AM

Title: Payment List Label width
Post by: tygo on September 26, 2014, 10:52:44 AM
Hello,

i don“t know where the width of the labels for payments is defined.
In my case the source code looks like this:

<fieldset style="border-color: white; border-width: 0px; width: 500px;">
<input type="radio" name="virtuemart_paymentmethod_id" id="payment_id_2" value="2"/>
<label for="payment_id_2">
<br/>

But all label parts have only a width  of about 100px. How can i modify that and make them having a width of about 500px?

Thanks for help!
Title: Re: Payment List Label width
Post by: Porings on September 28, 2014, 13:14:45 PM
Check css for ID payment_id_2
Title: Re: Payment List Label width
Post by: tygo on October 01, 2014, 13:49:48 PM
Which CSS file should I modify and in which way? :(
Thanks a lot
Title: Re: Payment List Label width
Post by: jenkinhill on October 01, 2014, 14:57:55 PM
You should use Firebug to see the css and which files are related.  http://forum.virtuemart.net/index.php?topic=116620.0

CSS overrides are covered here: http://docs.virtuemart.net/tutorials/templating-layouts/106-override-vmsite-ltr-css.html