Solved

Add more left and right padding to rich text section on mobile

ln3635
Tourist
14 0 2

Hi on mobile i would like to add more padding around the text (left and right).

 

The section was created using Rich Text block in customize themes. 

 

Page: https://lunanectar.com/pages/circular-beauty

 

IMG_AC5D8A0B91C2-1.jpeg

Accepted Solution (1)
made4Uo
Shopify Partner
3804 713 1124

This is an accepted solution.

Hi, 

 

Here is the code for the specific section

#shopify-section-template--15701152628899__16527253010dab8cad > div {
padding: 50px 30px
}

 

Volunteering to assist you!  Likes and Accept as Solution  is highly appreciated.✌
Coffee fuels my dedication. If helpful, a small Coffee Tip would be greatly appreciated.
Need EXPERIENCED Shopify developer without breaking the bank?
Hire us at Made4Uo.com for quick replies.
Stay in control and maintain your security by avoiding unnecessary store access!

View solution in original post

Replies 3 (3)

made4Uo
Shopify Partner
3804 713 1124

Hi @ln3635

 

Just add the code below. 

 

1. Go to Admin store > Online store > Themes > Edit code

2. Open the theme.min.css under the Asset folder then paste the code below. 

.shopify-section .homepage-sections-wrapper {
padding: 50px 30px !important;
}

 

Volunteering to assist you!  Likes and Accept as Solution  is highly appreciated.✌
Coffee fuels my dedication. If helpful, a small Coffee Tip would be greatly appreciated.
Need EXPERIENCED Shopify developer without breaking the bank?
Hire us at Made4Uo.com for quick replies.
Stay in control and maintain your security by avoiding unnecessary store access!
ln3635
Tourist
14 0 2

I'd like to only change sections made by the rich text editor and not the other homepage section in grids - is this possible? thanks

made4Uo
Shopify Partner
3804 713 1124

This is an accepted solution.

Hi, 

 

Here is the code for the specific section

#shopify-section-template--15701152628899__16527253010dab8cad > div {
padding: 50px 30px
}

 

Volunteering to assist you!  Likes and Accept as Solution  is highly appreciated.✌
Coffee fuels my dedication. If helpful, a small Coffee Tip would be greatly appreciated.
Need EXPERIENCED Shopify developer without breaking the bank?
Hire us at Made4Uo.com for quick replies.
Stay in control and maintain your security by avoiding unnecessary store access!