Home › Forums › Basel support forum › Problem with Quickview and the size of window › Reply To: Problem with Quickview and the size of window
January 24, 2018 at 2:28 pm
#35168
Artem Temos
Keymaster
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