Comments Brenda L. Ellison started the conversationNovember 13, 2018 at 11:09pmI can't get the Woocommerce single product image any smaller. Have tried to in the Customizer but nothing changed.Thanks for your help. 2,700PenciDesign repliedNovember 14, 2018 at 3:22amHi,Can you tell me more about your question and send me screenshot about this?Also, please show me an URL for your single product to I can take it a look.Best Regards,PenciDesignBrenda L. Ellison repliedNovember 14, 2018 at 10:24amThe page looks exactly like this - but I don't want the image to take up 50% of the width.http://soledad.pencidesign.com/product/twill-zip-tote/Have attached an example of that page with a smaller image so the text div is wider 2,700PenciDesign repliedNovember 14, 2018 at 3:55pmHi,Please add more this code to Customize > Custom CSS to do that: @media only screen and (min-width: 768px){ .woocommerce div.product div.images, .woocommerce-page div.product div.images{ width: 40%; } .woocommerce div.product div.summary, .woocommerce-page div.product div.summary{ width: 56%; } } Change values 40% and 56% to values you want. Make sure total of that 2 values is 96%Best Regards,PenciDesignBrenda L. Ellison repliedNovember 15, 2018 at 10:35amPerfect - thanks Sign in to reply ...
I can't get the Woocommerce single product image any smaller. Have tried to in the Customizer but nothing changed.
Thanks for your help.
Hi,
Can you tell me more about your question and send me screenshot about this?
Also, please show me an URL for your single product to I can take it a look.
Best Regards,
PenciDesign
The page looks exactly like this - but I don't want the image to take up 50% of the width.
http://soledad.pencidesign.com/product/twill-zip-tote/
Have attached an example of that page with a smaller image so the text div is wider
Hi,
Please add more this code to Customize > Custom CSS to do that:
Change values 40% and 56% to values you want. Make sure total of that 2 values is 96%
Best Regards,
PenciDesign
Perfect - thanks