VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: Phelpster on January 21, 2016, 14:04:25 PM

Title: Quantity Control not displaying correctly
Post by: Phelpster on January 21, 2016, 14:04:25 PM
(https://i.gyazo.com/918aae6d1bbd8e6f5f71f60a2863e6bc.png)

Hi, as you can see from the screenshot above, the Quantity Control is really out here.
I've been looking at the CSS and, being an amateur with it, can't seem to solve the problem.
The Add to cart button originally displayed much bigger, that one was an easy fix however.

The live page with this issue is here http://premiumfunkoraffle.com/index.php/virtue
Title: Re: Quantity Control not displaying correctly
Post by: jenkinhill on January 21, 2016, 15:17:30 PM
You give no versions!

This is not a default VirtueMart issue, but the problems are in your theme.sage.css

You need to look at these styles to start with:
.input, select {  min-height: 42px; }
.input, textarea {  padding: 6px 12px;  }

http://forum.virtuemart.net/index.php?topic=116620.0
http://forum.virtuemart.net/index.php?topic=108212.0
Title: Re: Quantity Control not displaying correctly
Post by: Phelpster on January 21, 2016, 15:29:49 PM
Quote from: jenkinhill on January 21, 2016, 15:17:30 PM
You give no versions!

This is not a default VirtueMart issue, but the problems are in your theme.sage.css

You need to look at these styles to start with:
.input, select {  min-height: 42px; }
.input, textarea {  padding: 6px 12px;  }

http://forum.virtuemart.net/index.php?topic=116620.0
http://forum.virtuemart.net/index.php?topic=108212.0

Ah, the version is 3.0.12

I wasn't sure if it was a virtuemart problem or not. Now that I know it isn't then it does help me to look in the right place. I'm using Chrome's alternate to firebug and I've found the lines you've mentioned. Thanks for your time, it's been most helpful!