Hello Mert,
How can I center a single Product when shown via Shortcode.
Example:
[product sku="PRODUCT-ID"]
with the above shortcode the product is always left-aligned. I want it rather centered.
I already tried via css, but no luck to far:
article.grid-item.grid-type-product {
margin:auto;
}
Thanks,
Patrick.