Tagged: Images, Product page
Hi there,
(woocommerce setup)
Anyone know of a way to flip the current product page split, from 1/3 product images and 2/3 text the other way around?
Want I want is 2/3 product images (so double image sizes) and 1/3 text content – but still images on the left and text on the right as default.
thanks
JD
Hi jezd!
Try adding this to your custom CSS.
.single-product-main-image { width: 66% !important; }
Best regards,
Elliott
Perfect, almost :-)
Do you know the CSS coding for applying this above width xxx below which the responsible layout switches to single column for the product page?
taa
JD
Its ok sorted, if you remove the !important then normal rules take over (responsive) and its only applied on desktops etc
cheers
JD