Home › Forums › WoodMart support forum › Resizing the quick shop window › Reply To: Resizing the quick shop window
April 9, 2022 at 3:12 pm
#367234
metuza
Participant
Problem solved. The below CSS will show the full form, pushing down the grid info like title, price etc. Works perfectly fine in firefox, edge, chrome, desktop and mobile. No need for users to look around for the add to cart button.
.quick-shop-shown .product-image-link {
display: none;
}
.quick-shop-shown .wd-fill {
position: relative;
}
Brgds
Rune