Site logo

Archived topic

Woocommerce product page title beneath image

7 replies · Started by Daniel on October 8, 2018

Viewing posts 1–8 of 8

Hi there,

can you share a link to the site? You can edit your original topic and use the Site URL field for privacy.

Looks like you have some Custom CSS for the widths of the gallery and the summary eg.

.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    width: 60%;
}

The %'s need to lower, currently gallery is 35%, summary is 65% but they dont consider the margins and padding being applied. So adjust the above CSS to width: 55%; and it should be resolved.

Brilliant, thanks, I’ll try that!

You're welcome. Let me know :)

It worked, thanks!

Awesome - glad i could be of help.

This archived topic is closed to new replies.