Archived topic
Woocommerce product page title beneath image
7 replies · Started by Daniel on October 8, 2018
Hi, I can't seem to figure out why the title is falling onto the next line under the image, any ideas? Thanks!
https://www.dropbox.com/s/pe092v3jjndm9hp/Screenshot%202018-10-08%2013.09.21.png?dl=0
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.