Margin on a specific section rich text home

Margin on a specific section rich text home

ellisbosisio
Excursionist
31 0 0

Hi,

i'm using dawn theme

my site is: vaigustando.it. 

psw: vaigustando123 

 

In home page there is a rich text section where I have to reduce margins. I tried to play a bit with margins in the custom css but no luck. I need to reduce the margin leaving a 5% of blank on left and right side.

Any help will be apreciated.

 

 

Replies 4 (4)

shraddha_patel
Shopify Partner
155 24 23

Hello,
It's Shraddha.
I would like to suggest you some edits.

 

This isn't about margin. This is something with block width. You can try adding below css in custom css [Change width in css as per your needs].

 

.section-template--15794074026167__1561485c-7124-437f-b707-649ff54f92da-padding .rich-text__blocks{max-width: 90rem;}

 

Let me know how it went.

Thank you

Need more help with theme customization and store development ? You can Reach me here
Or Text me
ellisbosisio
Excursionist
31 0 0

Hi Shraddha, 
I think there is something on higher level that block the edit. I can go lower in term of size but not over the acutal size.

In below picture you can see a test with 50% but not more the actual. 

 

shraddha_patel
Shopify Partner
155 24 23

Hello,

 

You have to add below one in your custom css along with the old one we have added.

.section-template--15794074026167__1561485c-7124-437f-b707-649ff54f92da-padding .page-width{max-width: 100% !important;}

 

Let me know how it went.

Thank you

Need more help with theme customization and store development ? You can Reach me here
Or Text me
ellisbosisio
Excursionist
31 0 0

done. I add it in base.css. both lines are in place