Viewing 4 replies - 1 through 4 (of 4 total)
  • It’s showing content protected. Remove that!

    Thread Starter maxflexpl

    (@maxflexpl)

    ok unblock ??

    Under your custom code, remove the width style on Line 9:

    width: auto !important;
    This will fix your cart issue

    For images, find the below code in woocommerce.css in your plugins and remove width:100%;

    .woocommerce div.product div.images img, .woocommerce #content div.product div.images img, .woocommerce-page div.product div.images img, .woocommerce-page #content div.product div.images img

    Plugin Contributor royho

    (@royho)

    Removing styles from the core plugin is not recommended. Instead just override it in your theme’s custom CSS file or child theme.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Product image size problem on MATHESON theme’ is closed to new replies.