Fixing padding for mobile size in reviews app - Impulse Theme

Hey guys :slightly_smiling_face:

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 :slightly_smiling_face:

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%;
}
}

@itsolidude12

When I go to the store. It display the following message on the password page.