Okay
  Public Ticket #1024360
Issue with "woocommerce-message"
Closed

Comments

  •  2
    Yuriy started the conversation

    On single product page with extra large image after clicking "add to cart" button the woocommerce message displays beyond the image.

  • [deleted] replied

    Hi Yuriy,

    Yes that happens only on that demo. Don't worry if the same happens to you too please just add this CSS code to your Custom CSS:

    body.single-product .woocommerce .woocommerce-message {
    z-index: 1 !important;
    }