Shopify themes, liquid, logos, and UX
Hi Guys,
I am using Dawn Theme for my site.
Just wondering if anyone has an easy solution to align the JudgeMe review stars pictured centre to align with the rest of the descriptions (Price/Quantity) etc.
Thanks so much !
Solved! Go to the solution
This is an accepted solution.
Hey @jackthomasp
Follow these Steps:
1) Go to Online Store
2) Edit Code
3) Find theme.liquid file
4) Add the following code in the bottom of the file above </body> tag
<style>
.jdgm-prev-badge {
text-align-last: center !important;
}
</style>
RESULT:
If I managed to help you then, don't forget to Like it and Mark it as Solution!
Best Regards,
Moeed
Hi @jackthomasp
Can you kindly share your store link (with the password, if any) with us? We will check it and suggest you a solution if possible.
B2Bridge: All-in-one B2B wholesale solution, enabling merchants to set up a complete B2B store quickly and without coding.
With features like customizable registration forms, customer segmentation, and tailored price lists, it simplifies wholesale management.
B2Bridge also includes a dedicated Quick Order page and flexible Net Payment Terms, streamlining operations for wholesalers and enhancing the buying experience.
jdgm-prev-badge {
display: flex !important;
justify-content: center !important;
align-items: center !important;
}
Go to online store ----> themes ----> go to three Dots ----> edit code ---->find theme.liquid files ----> place the code ---->
under the <style> tag before the body ----->
if this code work please do not forget to like and mark it solution
I tried but didn't seem to work as I can see in your picture
<style>
jdgm-prev-badge {
display: flex !important;
justify-content: center !important;
align-items: center !important;
}
</style>
try this one
This is an accepted solution.
Hey @jackthomasp
Follow these Steps:
1) Go to Online Store
2) Edit Code
3) Find theme.liquid file
4) Add the following code in the bottom of the file above </body> tag
<style>
.jdgm-prev-badge {
text-align-last: center !important;
}
</style>
RESULT:
If I managed to help you then, don't forget to Like it and Mark it as Solution!
Best Regards,
Moeed
Thanks mate this worked 🙂
Thank you for your reply. I'm glad to hear that the solution worked well for you. If you require any more help, please don't hesitate to reach out. If you find this information useful, a Like would be greatly appreciated.
Hello @jackthomasp
Go to online store ----> themes ----> actions ----> edit code ----> assets ----> section-main-product.css
add this code at the end of the file and save.
#shopify-block-AVENwRnRDQ2dDVGFvd__judge_me_reviews_preview_badge_Q64DQb {
display: flex;
justify-content: center;
}
result
If this was helpful, hit the like button and accept the solution.
Thanks
In Canada, payment processors, like those that provide payment processing services t...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025