Product Form "Ask a question abo..." not workin on ie11

Support desk for Multipurpose Quark Theme
GK User
Fri Feb 17, 2017 5:31 pm
Hello, on the Quark e-commerce, inside products, you have a link to "Ask a question about this product".
This mini-form doesn't work properly on ie11.

https://liamvasik.com/gallery/sculptures/sculpture-roots-detail.html

The problem: "Name : " and "E-Mail :" textboxes don't recognize the typeing. can't write anything inside them.

This works correctly on Chrome or Opera.

Thank you.
User avatar
Fresh Boarder

teitbite
Mon Feb 20, 2017 11:17 am
Hi

Add this to /templates/gk_quark/css/vmframe.css

Code: Select all
select, textarea, input[type="text"], input[type="password"], input[type="url"], input[type="email"] {
    min-height: 30px;
    padding: 0 20px !important;
}
User avatar
Moderator


cron