How can i move reviews to centre under product price? dawn theme

hello,

currently my product reviews are on the left side under the product price but i want to centre them. can you tell me how?

i am using the app Judge.me reviews

store URL: luminaskn.co.uk

password: Lumina2506

I would also like to add the reviews to the main product page as shown below but i dont know how to do it:

Hi @Luminaskn ,

Add This Css in your Edit Code > base.css File

div#shopify-block-judge_me_reviews_preview_badge_FEtQf4 {
    text-align: center;
}

For moving the product review below the price, we need to make changes on the file.

If you require further help to optimize or customize your store, please don’t hesitate to reach out. If you find this information useful, a Like would be greatly appreciated. And if this solves the problem, please Mark it as Solution!

Best Regards,
LuffyOnePiece

hi @Luminaskn

This is Henry from PageFly - Landing Page Builder App

You can try this code by following these steps:

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file base.css

Step 3: Paste the below code at bottom of the file → Save

product-info .jdgm-prev-badge.jdgm–js {

text-align: center !important;

}

Hope that my solution works for you.

Best regards,

Henry | PageFly

thank you! can you also tell me how to add spacing between the price and the reviews as they are very close together?