Archived topic
Centre related/up-sell products on single product page like the shop page
3 replies · Started by Michael Largue on April 17, 2018
Viewing posts 1–4 of 4
The Product metadata on the Shop page is aligned in the centre, while the Related and Up-sell products metadata is aligned to the left. How can I make the alignment the same as the Shop page?
Hi there,
Give this CSS a shot:
.upsells li {
text-align: center;
}
.woocommerce .upsells .star-rating {
margin-left: auto;
margin-right: auto;
}
Thanks, Tom
You are a legend. There was enough information there for me to do the related as well.
All the best
Michael
Awesome! Glad I could help :)
This archived topic is closed to new replies.