VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: kamnaderi on November 17, 2016, 12:52:30 PM

Title: drop down list allignment
Post by: kamnaderi on November 17, 2016, 12:52:30 PM
Hi,

I'm using VN 3.0.18 and created multiple Custom Fields as I need them for a online bakery who sells Cakes on line. Customers need to choose, size, flavour, filling, date, etc....
However the drop down lists are not aligned (see the attachement). I was wondering if there is any way to amend the codes somwhere to align the boxes.

Thanks
Title: Re: drop down list allignment
Post by: Ghost on November 17, 2016, 13:03:30 PM
Set a fixed width for custom field labels in CSS.
Title: Re: drop down list allignment
Post by: kamnaderi on November 17, 2016, 13:09:42 PM
Thanks. Can you kindly be a bit more specific about where I can find the css file and where in that file I can change the parameteres? appreciated.
Title: Re: drop down list allignment
Post by: Ghost on November 17, 2016, 13:16:50 PM
That entirely depends on your template.
Title: Re: drop down list allignment
Post by: kamnaderi on November 17, 2016, 13:18:25 PM
Thanks. Then I guess it'a template issue not Virtuemart.
Title: Re: drop down list allignment
Post by: GJC Web Design on November 17, 2016, 13:49:57 PM
css works anywhere...  just find the element and write the rule

learn to use Firebug
Title: Re: drop down list allignment
Post by: kamnaderi on November 17, 2016, 14:15:37 PM
Thanks. Appreciated.