[Support request] on Mobile short description for product page is missing

Home Forums Support [Support request] on Mobile short description for product page is missing

Home Forums Support on Mobile short description for product page is missing

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #2298569
    Ree

    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.

    #2298745
    David
    Staff
    Customer Support

    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;
        }
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.