Archived topic
Woocommerce Single Product Layout
3 replies · Started by Louis on March 30, 2021
Viewing posts 1–4 of 4
Morning!
I'd like to tweak the layout of my Woocommerce Single Product Page to be a single column, not two columns. Currently, the image is on the left, and the Product title, Short Description, Price, Add to Cart button are on the right.
I'd like to shift the layout that the stuff on the right goes below the Product Image.
Can this be done with GP Elements?
Hi there,
Try adding this CSS:
.woocommerce #content .site-main div.product div.images {
width: 100%;
float: none;
}
This is perfect, thank you!
You're welcome
This archived topic is closed to new replies.