Archived topic
Woocomerce Image Size Full Width
4 replies · Started by Alexander on February 21, 2022
Hi,
when i set in Woocomerce Image Size to full width the Title, Content, Price etc. disaper.
If 90% there is only a small right column.
How to display Title, Product-Details etc under Picture?
Thanks
Hi there,
try adding this CSS:
.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
float: none;
width: 100%;
}
Great. Works fine.
Could you please help me to set up css for the Product ul
Every Product ul (s) (shop, related produkts) should display like on the homepage
Would you mind raising a new topic so this one can be resolved.
Of course
done