• I’m using WooCommerce and I would like to remove the product image and instead have a full page description/addons.

    Using below code, (wp-content/themes/themename/functions.php) I was able to successfully remove the image

    remove_action( ‘woocommerce_before_single_product_summary’, ‘woocommerce_show_product_images’, 20

    However, a large white space remains on the left. I tried adding code to wp-content/themes/themename/custom.css but it did not work

    .single-product .product .summary { width: auto; }

    How can I remove the empty/white space (where the product image normally was)?

    https://wordpress.org/plugins/woocommerce/

The topic ‘Removed product image- full screen width’ is closed to new replies.