Home › Forums › Retail Pro › Featured product in the middle (Homepage) › Reply To: Featured product in the middle (Homepage)
July 3, 2020 at 4:27 pm
#11255
Andy
Keymaster
This should do it:
#homepage-sections #section-featured .product {
float: none;
margin-left: auto;
margin-right: auto;
}