• hi there, been customising the theme, but having a problem:

    when you hit the add to cart button, the grey bar for “added to cart” gets cut off, and he page contents jump down…. any ideas how to fix?

    thanks!

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hi @rbrb,

    Upon checking, you are experiencing unusual issue ever reported.

    Perhaps you are getting script conflict with one of your active plugins. You may be able to rectify it by adding this simple CSS code to Appearance > Customize > Additional CSS from dashboard.

    .woocommerce .woocommerce-notices-wrapper .woocommerce-message .button {
    display: inline-block;
    }

    .single-product.no-single-breadcrumbs .content-wrapper .woocommerce-notices-wrapper:not(:empty) {
    margin-bottom: 0;
    margin-top: 0;
    }
Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.