Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi,
    the woocommerce product page should look like in the demo:
    https://demo.presscustomizr.com/product/happy-ninja/
    Product’s thumb/gallery on the right, and summary on the left.
    That’s handled by the woocommerce’s style.

    On your website it seems that the woocommerce’s style for small devices (where the product’s thumb/gallerey and the summary are displayed one on top of the other) is overriding the woocommerce’s style for desktops.
    The woocommerce’s style for small devices is active only for small window’s widths.
    <link rel='stylesheet' id='woocommerce-smallscreen-css' href='{website}/wp-content/plugins/woocommerce/assets/css/woocommerce-smallscreen.css?ver=3.1.2' type='text/css' media='only screen and (max-width: 768px)' />

    Your issue is mostly due to a caching plugin which concatenates the stylesheets without taking in account that media='only screen and (max-width: 768px)' parameter.

    You might want to contact the caching plugin support on how to fix this.

    Hope this helps.

    Thread Starter mcollina

    (@mcollina)

    Do you think if I uninstall the Cache plugin. Everything will return to normal?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Problem with my product Page’ is closed to new replies.