Aligning Price with Star-Reviews

We want to align our Price and star reviews.

We use the Focal-by Psycommerce Theme for Shopify.

Attached you will find 2 pictures:

The red one shows our current situation (price beneath star reviews)
the green one shows what we want.

Please help us,

Kind regards

Hello @simon_h_1 ,

Please share the store URL.

Thanks

https://www.nextcover.de/

  1. Go to Online Store → Theme → Edit code

  2. Open your theme.liquid , now here search for
    Once found just before to it add this code


Thanks

Hi Guleria,

this helped a lot, however, we want to switch the position of review and the price. (see picture attached)

Add this css too

.lord-parent .reviews-on-products {
    order: 1;
}

Thank you for your help Guleria,
I’m sorry if my question sound stupid, but at which part of the code should I add this now? :sweat_smile:

Update:

I just added it before and now everything works. Thank you for your help!

@Guleria I have one more question to you:

how can we fix the location of showing the VAT? In German it’s the following text: “Inkl. Steuern”.
The goal is to put it one the same height as the price, see the attached picture:

You need to extend the script and wrap the vat html under the parent we created with JS.