• Resolved planea

    (@planea)


    Hi,
    I want to avoid left growth on product hover but I cannot find css/js code to avoid this.
    Could you help me?

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter planea

    (@planea)

    I resolved adding this to my style.css child theme:

    .woocommerce ul.products li.product:not(.product-category) .product-inner:hover .woo-product-gallery,
    .woocommerce ul.products li.product:not(.product-category) .product-inner:hover:before {
      left: 0 !important;
    }

    Hello,

    Tried checking bit not getting any left growth upon product hover.
    Please share the snapshots of the issue to check it.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to avoid left growth in archive product page?’ is closed to new replies.