News:

Support the VirtueMart project and become a member

Main Menu

Can't get dropdown custom field centered

Started by arneeuh, June 21, 2015, 16:42:23 PM

Previous topic - Next topic

arneeuh

Hello,

I'm having trouble getting the custom field centered where different products can be selected (child products).

It happened after updating virtuemart.

I managed to solve some problem, but can't seem to solve this one. It's a third party layout I'm using.

Here's the example:
http://schermbeschermers.com/index.php/features/samsung/galaxy-s5-mini-glossy-detail

I want the dropdown box under 'Optie's' centered. Anyone that can help me? :)

Thanks!

jenkinhill

These things are easy to work out using Firebug.  http://forum.virtuemart.net/index.php?topic=116620.0

Use a css override with something like  .chzn-container { margin: 0 auto; }
Kelvyn
Lowestoft, Suffolk, UK

Retired from forum life November 2023

Please mention your VirtueMart, Joomla and PHP versions when asking a question in this forum

arneeuh

Quote from: jenkinhill on June 21, 2015, 17:25:00 PM
These things are easy to work out using Firebug.  http://forum.virtuemart.net/index.php?topic=116620.0

Use a css override with something like  .chzn-container { margin: 0 auto; }

I worked out a few of these things with Firebug, but I couldn't find how to work out this thing.

In which css file do I need to place it, and where exactly?

Thanks alot!