Looking for help centering a Woocommerce shortcode product object like the 'Chanel printed logo shopper' example found here:
Woocommerce provides this code: [product id="6606"].
I've attempted to use standard Wordpress align center, as well as placing it inside a div with CSS like:
div.displayed {
display: block;
margin-left: auto;
margin-right: auto;
}
Unfortunately, no luck so far. Any suggestions?
Your help is greatly appreciated!