VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: Flappie2909 on April 08, 2014, 21:39:49 PM

Title: Column width Step 3
Post by: Flappie2909 on April 08, 2014, 21:39:49 PM
In 2 websites (www.english-shop.nl and www.british-shop.nl) I have made and which contain a Virtuemart webshop the problem is that when choosing for a payment- or shipmentmethod the column is very small. When you have to select a shipment of payment method the possibillities are in a very small column under each other. Where can I change the columnwidth?  See image.
(http://www.egts.nl/temp/columnproblem%20Virtuemart.jpg)
Title: Re: Column width Step 3
Post by: K&K media production on April 08, 2014, 22:34:01 PM
it depends on your template.css line 2846

media="screen"
fieldset label {
display: inline-block;
width: 12em;
}

use firebug to find out things like this
Title: Re: Column width Step 3
Post by: Flappie2909 on April 09, 2014, 18:33:34 PM
Dear kkmediaproduction, I have been looking in my regular Joomla template (around line 2846) with context and search for the keyword "screen" but it was not found. I think it's not the template.css from the site itself but f.i. from Virtuemart. Will you pls. let me know where I can find it?
Thanks in advance!!
Title: Re: Column width Step 3
Post by: jenkinhill on April 09, 2014, 18:47:11 PM
So what did using Firebug show you on the page?  http://forum.virtuemart.net/index.php?topic=116620.0
Title: Re: Column width Step 3
Post by: Flappie2909 on April 09, 2014, 18:58:12 PM
Hello  jenkinhill, Thanks for your fast reply!! Firebug lets me show vmsite-ltr.css (see image) but in "Context" the searchstring "media="screen""doesn't give a hit.

(http://www.egts.nl/temp/English%20shop%20Firebug.jpg)

I'm very sorry but I really don't know what to do.

Thanks!
Title: Re: Column width Step 3
Post by: K&K media production on April 09, 2014, 22:25:35 PM
look at the attached image

[attachment cleanup by admin]