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
Guleria
October 17, 2024, 10:45am
2
Hello @simon_h_1 ,
Please share the store URL.
Thanks
Hi Guleria,
this helped a lot, however, we want to switch the position of review and the price. (see picture attached)
Guleria
October 17, 2024, 11:08am
6
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?
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.