badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Change WooCommerce “Main image width” not working.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #79663
    Tone Ellis de Jesus
    Participant

    Customer Support,

    I’m attempting to change the “Main Image Width” under Customize > WooCommerce > Product Images and it doesn’t appear to be working.

    Please assist.

    #79802

    Hi @tone-ellis-de-jesus

    It should work. Also try regenerate the images via this plugin and let us know.

    Thank you!

    #80408
    Tone Ellis de Jesus
    Participant

    The plugin worked as advertised. However, regenerating images did not resize the main image on the WooCommerce product page. The plugin even lists the adjusted “shop_single” size. But on the actual product page? Nada.

    Actually, this is no biggie. Even though the product images still take up half the screen, the overall page layout still looks great:)

    Great job on this theme!

    #80875

    Ok we figured out the issue. Please go to ‘Appearance > Customize > Additional CSS’ and paste the below Custom CSS code.

    @media (min-width: 992px) {
    	.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    		width: 38%;
    	}
    
    	.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    		width: 58%;
    	}
    }

    Thanks

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.