I apologise, I’ve seen now that it’s enough to turn off float?and width rule to get the desired result.
.woocommerce #content div.product div.images, .woocommerce #content div.product div.summary, .woocommerce div.product div.images, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.images, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.images, .woocommerce-page div.product div.summary {
float: none; <- turn off
width: none; <- turn off
}
I am doing it with Firefox > Web Developer > Page Source
-
This reply was modified 5 years, 11 months ago by urosbr.
-
This reply was modified 5 years, 11 months ago by urosbr.
-
This reply was modified 5 years, 11 months ago by urosbr.