Problem with Quickview and the size of window
-
Hi, I posted on theme forest the following question “Hi, question about the quickview popup in shop. It seems the area is to low in height. How can I adjust this so it works in all view, desktop, mobile etc?”
Ive entered the url information in private content.
Hi,
Try to add the following code snippet to the Custom CSS area in Theme Settings to increase it
.popup-quick-view .single-product-content .product-image-summary {
min-height: 500px;
}
Regards
Thanks! This looks much better!