App reviews, troubleshooting, and recommendations
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!
Learn these 5 things I had to learn the hard way with starting and running my own business
By Kitana Jan 27, 2023Would you love to unleash the unbridled power of the Google Shopping Channel into your sho...
By Gabe Jan 6, 2023How can you turn a hobby into a career? That’s what Emmanuel did while working as a wa...
By Skye Dec 30, 2022