Hey guys ![]()
Im trying to fix the padding so the numbers don’t overflow out of the border (Red). Any help would be appreciated!
Store: here
Password: Community1
Hey guys ![]()
Im trying to fix the padding so the numbers don’t overflow out of the border (Red). Any help would be appreciated!
Store: here
Password: Community1
My bad, i forgot it had this app going.
You can try now ![]()
password?
@itsolidude12
Can you send me URL of your problem page so,
I can resolve your problem.
Thank You.
div#judgeme_product_reviews {
width: 80%;
}
Add this css at the bottom of
Online Store->Theme->Edit code->Assets->custom.scss.liquid
I’ve tried that and it would just resize the whole widget width. But I just realized I didn’t use a media query.
Thank you regardless guys!
@media screen and (max-width: 768px) {
div#judgeme_product_reviews {
width: 90%;
}
}