I'm using the latest VM release: 3.0.9 on the latest Joomla release 3.4.3.
For some strange reason the Quantity box will not display a number in Firefox 35 and Safari, however, it's working fine in Chrome.
I researched the forum and can't find any other problem like it and I've went through the CSS extensively.
If you would be so kind to look at it, here's a link to the offending page: http://eaeroponics.com/shop/aeroponics-systems/aero-26.html
Thanks in advance, I appreciate all that you guys do!
Respectfully,
EJ
...eaeroponics.com/templates/rt_osmosis/css-compiled/master-81df4e0b48dfaa61417faa5aca22db01.css
Search for:
textarea, input, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] {
background-color: #b9298b;
border: 1px solid #d5d5d5;
border-radius: 3px;
box-shadow: none;
box-sizing: border-box;
color: #6e6e6e;
height: 50px;
margin: 0;
padding: 0 15px;
vertical-align: middle;
}
and change the padding to: 0 5px;
Hi jjk,
this is the compiled file, the changes are certainly in another file
I suppose it would work if that piece of css code is copied into the template's custom.css file. Personally I don't use RT templates, so I don't have to struggle with compiled less files.
I can't thank you enough! That freaking thing was driving me crazy! Thank you so much!
I just added it to the custom.css file and called it good, it's working great now!
Respectfully,
EJ