Access a community of over 900,000 Shopify Merchants and Partners and engage in meaningful conversations with your peers.
Hey,
I'm trying to centre the 'write a review' on the product page so it is aligned with the product brand + title. See attached screenshot! Preview link is here --> https://ffp0skb4ofy3m50w-13737099310.shopifypreview.com
Solved! Go to the solution
This is an accepted solution.
Hii, @boundlove
Paste this code on top of the widget.css file.
@media only screen and (min-width: 992px) {
.yotpo-bottomline.pull-left.star-clickable {
margin-left: 33% !important;
}
}
@media only screen and (max-width: 749px) {
.yotpo-bottomline.pull-left.star-clickable {
margin-left: 25% !important;
}
}
Thank You.
This is an accepted solution.
Hii, @boundlove
Paste this code on top of the widget.css file.
@media only screen and (min-width: 992px) {
.yotpo-bottomline.pull-left.star-clickable {
margin-left: 33% !important;
}
}
@media only screen and (max-width: 749px) {
.yotpo-bottomline.pull-left.star-clickable {
margin-left: 25% !important;
}
}
Thank You.
Thank you SO much! I've been losing sleep over this aha!