News:

Support the VirtueMart project and become a member

Main Menu

Quantity Control not displaying correctly

Started by Phelpster, January 21, 2016, 14:04:25 PM

Previous topic - Next topic

Phelpster



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

jenkinhill

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
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

Phelpster

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!