How to add padding to the reviews section

Solved

How to add padding to the reviews section

CreatorTim
Navigator
471 1 71

CreatorTim_0-1737666702886.png

Hi, for screen widths between 750px and 1400px, there’s no space on the edges of the reviews section. How can I set the width to 90% for screen widths between 750px and 1300px?

 

For widths up to 749px, it works fine, and for 1400px+ it also works fine.

 

Here’s my store: https://1049xn-ya.myshopify.com/
(Just scroll down a bit to find the reviews section.)

 

Here’s a store where it works the way I want too: https://tomnoske.store/

(Just scroll down a bit to find the reviews section.)

 

Thanks a lot,
Tim

Accepted Solution (1)

DaisyVo
Shopify Partner
4446 493 589

This is an accepted solution.

Hi @CreatorTim ,

 

You can use the code here:

#shopify-section-template--22711083729161__custom_liquid_wTxmeQ .custom-liquid-section {
        padding: 0 20px !important;
    }

Let me know if it works!

Daisy

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution

View solution in original post

Replies 2 (2)

DaisyVo
Shopify Partner
4446 493 589

This is an accepted solution.

Hi @CreatorTim ,

 

You can use the code here:

#shopify-section-template--22711083729161__custom_liquid_wTxmeQ .custom-liquid-section {
        padding: 0 20px !important;
    }

Let me know if it works!

Daisy

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution
CreatorTim
Navigator
471 1 71

Works tahnk you