Site logo

Archived topic

on Mobile short description for product page is missing

1 reply · Started by Ree on July 30, 2022

Viewing posts 1–2 of 2

Hi I wonder why my product page on mobile is not showing product short description. When I check the source the code is there but just not showing. YOu can see the screenshot showing below the products its all empty. What could be the issue please? THank you.

GP Premium 2.1.2
Generate Blocks Pro 1.1.1

I use a child theme and do not have product override file/ settings.

Hi there,

for some reason your site isn't loading all the woocommerce mobile CSS so the mobile version is loading the 2 column desktop layout.... could be a plugin conflict ?

If its still a problem then add this CSS:

@media(max-width: 769px) {
    .woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
        float: none;
    }
}
This archived topic is closed to new replies.