Site logo

Archived topic

Woocommerce Shop

2 replies · Started by Paul on November 25, 2018

Viewing posts 1–3 of 3

When I view the woocommerce product page on some mobile devices (such as the iphone X), I get this strange white space issue. Picture is linked. If I interact with the picture a little bit (scrolling, clicking) the white space disappears.
Screenshot

I don't see it the mobile customizer view and I don't see it when I use the inspector on chrome. I'm not sure how to troubleshoot this. For reference, the page appearing in the screenshot is:
Protein Product

Strange, can't get it to happen on a default install (gpsites.co/seller).

It may be a plugin causing the extra space.

You can try doing something like this:

@media (max-width: 768px) {
    .woocommerce-product-gallery .flex-viewport {
        height: auto !important;
    }
}
This archived topic is closed to new replies.