Hi guys
have searched support but to no avail
Wish to center a woocommerce single product of a normal website page (and not the actual product page) using a short code
[product id=”3347″]
The product aligns left
Any assistance much appreciated and, as always, Enfold and you guys rock
Thanks for your help
Chris
Hey fineart,
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
#top.page-id-3017 .products.columns-1 li {
display: block;
margin: 0 auto;
float: none;
}
If you need further assistance please let us know.
Best regards,
Victoria