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!
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; }
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!