Product images not scroll-able at the Tablet width size.

Hello, I just noticed that our product page when at the tablet width does not allow you to click/scroll through the product images as the other widths do. Please advise on how or what to do to fix this.

Comments

  • Hi,
    You cannot scroll because there is probably some third party plugin (or you changed it yourself) that is adding float:none to the description and it is covering the images, so you cannot click it.
    Please add this css
    body.woocommerce.single div.product div.summary {
    float: left !important;
    }
Sign In or Register to comment.