Woocommerce Related Products

Hello,
I am loving your plugin but there is a small problem I cannot get around. If I use the theme with wooconmmerce there is an issue with the grid layout an related products.


As you can see the wrapping and location of “Ähnliche Produkte” (Related Products) is completly wrong. I tried editing the theme files directly and cannot find the file where the WC product page is added. Can you say me how to edit that file or how to find a solution to this problem?
This is a test WordPress site with only your theme and Woocommerce installed.

Yours
Mauritz

Hi there

Any chance to upload this website on a live web server? I cant check it while its on your localhost

Regards

Hi there

This css code will fix your problem, add it in Appearance > Cusotmize > Additionall css:

.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    float: none;
    width: initial;
}
1 Like