Archived topic
Seperate Containers - Product Page Bug
2 replies · Started by FunkyCss on June 6, 2021
Hey there,
I Would like to report that there is a bug on the product page with the image going outside the container of short description if you choose seperate container. Do I miss anything here and i have picked wrong settings ?
Hi there,
Thanks! That is a bug I was able to replicate.
Not sure what the best way to fix it though due to the way the WooCommerce gallery is set up.
I'll check with our team and report back.
Are the product images always the same? If so this CSS should be a patch:
.single-product .inside-article {
min-height: 1050px;
}