Hello. We were wondering if anyone could provide assistance in decreasing the margins of the preview stars block from the review app, Judge.Me (See picture below).
The page in question can be found at https://calx.shop/products/revolution-watch .
Thank you in advance.
system
December 3, 2022, 5:03am
2
Here’s the code snippet to reduce the top and bottom margins for your Judgeme stars.
.product__info-container .jdgm-widget {
margin-block: -1rem;
}
Here’s how and where to put the code:
Go to Online Stores > Themes > Edit Code for your main theme
Search for *section-main-product.*css , open the file, it’ll either be section-main-product.css or section-main-product.css.liquid .
At the end of the file, put that code and save.
I hope this helps.