What's your biggest current challenge? Have your say in Community Polls along the right column.

How can I adjust the space between price and stars in LAI Product Reviews?

Solved

How can I adjust the space between price and stars in LAI Product Reviews?

GustavoAlves
Excursionist
37 0 2

can anybody help me? I added the LAI Product Reviews to be able to use it as social proof and on the homepage it had a misconfigured space. Wanted to give a space on Price and the stars. Could someone tell me how to do it?
website: www.colorluzes.com.br


GustavoAlves_0-1672860883328.png

 

Accepted Solution (1)

GemPages
Shopify Partner
5625 1262 1254

This is an accepted solution.

Hello @GustavoAlves ,

 

It's GemPages support team and glad to support you today.

 

I would like to give you the recommendation to support you so kindly follow the steps below:

 

1. Go to Online Store > Theme > Edit code of your current theme

GemPages_0-1672888029562.png


2. Open your theme.liquid theme file


3. Paste the below code before </head>

<style>
.scm-reviews-rate {
    margin-bottom: 15px;
}
</style>

 

If you require any further information, feel free to contact me.

 

Best regards,
GemPages Support Team

GemPages - Build any high-converting store pages for any business


- If you find my reply helpful, please hit Like and Mark as Solution
- Get connected: App Store | Blog | Community | Help Center

View solution in original post

Reply 1 (1)

GemPages
Shopify Partner
5625 1262 1254

This is an accepted solution.

Hello @GustavoAlves ,

 

It's GemPages support team and glad to support you today.

 

I would like to give you the recommendation to support you so kindly follow the steps below:

 

1. Go to Online Store > Theme > Edit code of your current theme

GemPages_0-1672888029562.png


2. Open your theme.liquid theme file


3. Paste the below code before </head>

<style>
.scm-reviews-rate {
    margin-bottom: 15px;
}
</style>

 

If you require any further information, feel free to contact me.

 

Best regards,
GemPages Support Team

GemPages - Build any high-converting store pages for any business


- If you find my reply helpful, please hit Like and Mark as Solution
- Get connected: App Store | Blog | Community | Help Center