Hi Guys,
I hope you can give a litte hint on this. I’ve tried already myself a few things with CSS but nothing works as expected.
To keep it short: I want to center the product image including summary on a single product page.
Currently it looks like this:
But i need it like this screenshot:
Thanks a lot for your help!
Hey force-media,
Thanks for the screenshots. Could you post a link to an example page so that we can take a closer look please?
Best regards,
Rikard
Hey Rikard,
Thank you for your response. Please find URL and login credentials in privat content section.
Hi force-media,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
@media only screen and (min-width: 990px) {
.product-template-default.single.single-product .product {
margin-left: 20%;
}
}
If you need further assistance please let us know.
Best regards,
Victoria
Thanks for your support Victoria, it’s working as expected. Please feel free to close this topic.