- This topic has 1 reply, 2 voices, and was last updated 5 years ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- The topic ‘Featured product in the middle (Homepage)’ is closed to new replies.
Home › Forums › Retail Pro › Featured product in the middle (Homepage)
Featured product in the middle (Homepage)…..
Can you create me a mini css code for this?
This should do it:
#homepage-sections #section-featured .product {
float: none;
margin-left: auto;
margin-right: auto;
}