Archived topic
white background not in full height
1 reply · Started by iwan on November 12, 2020
Viewing posts 1–2 of 2
Hi there,
try adding this CSS:
@media(min-width: 769px) {
.woocommerce.single-product div.product {
display: flex;
}
}
This archived topic is closed to new replies.