This topic has 2 replies, 2 voices, and was last updated 4 years, 10 months ago ago by Rose Tyler
Currently, the Stars + Reviews + Add to Cart button are inline instead of one on top of another on the shop page. Image attached. Could you please advise how to edit? Thank you!
Hello,
Add the next code in Theme Options > Theme Custom CSS > Global custom CSS:
.content-product .yotpo-stars,
.content-product .yotpo .text-m {
text-align: center;
}
.content-product .bottomLine {
display: block;
}
.content-product .yotpo .standalone-bottomline .pull-left {
flex-direction: column;
width: 100%;
float: none !important;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up