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!
Check css for ID payment_id_2
Which CSS file should I modify and in which way? :(
Thanks a lot
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