Home › Forums › Retail Pro › the shortcode doesn’t work properly. (categories sort) › Reply To: the shortcode doesn’t work properly. (categories sort)
July 26, 2020 at 11:04 am
#11631
Yazmin
Keymaster
You will need to add an extra CSS class to the shortcode like so:
[featured_products columns="5" class="product-centered"]
Now add this ‘Additional CSS’ to make only this product centered:
.product-centered ul.products li.product {
float: none;
margin-left: auto;
margin-right: auto;
}