How can I center customer reviews and rearrange prices in the debut theme?

Hello, does anyone know how to center the customer reviews in the debut theme?

And a second question: can I place the crossed out price before the bid price?

1 Like

Hi @Spaetzle93

Would you mind sharing your store’s URL so we can provide the code for that?

Cheers!

1 Like

yes of course. www.holzbude.shop

1 Like

@eComInsider

please Go to Online Store->Theme->Edit code then go to assets/theme.css->paste below code at the bottom of the file.

.loox-rating{text-align: center;}

Thanks!