Archived topic
Woocommerce Product Layout Issue
3 replies · Started by Andy on September 1, 2016
Hi Tom,
I'm building a Woocommerce site, on the singular product pages the Related Products heading is wrapping around the main product image as seen on this page:
here: http://tinyurl.com/jptmzk6
I think it may be because I'm not using the Long Product Description/Reviews sections as these are not required.
I guess it will be a CSS fix, but I wanted to ask the expert first before attempting a fix myself.
Cheers,
Andy
Yep, just some simple CSS.
WC should really add this to their plugin:
.related.products {
clear: both;
}
Superb support as always! :)
Do you think the layout/design is looking ok so far? - its a bit difficult to build without having all the content first.
It's looking great! :)