How to remove padding from Dawn 11 theme section?

Solved

How to remove padding from Dawn 11 theme section?

Coldclothing
Excursionist
13 1 2

IMG_1644.jpeg

 Hi. I’d like to remove the padding from the section highlighted with a red ‘cross’. Padding to be zero. Could you please support?

Accepted Solution (1)

Moeed
Shopify Partner
4950 1309 1592

This is an accepted solution.

Hey @Coldclothing 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file

4) Add the following code in the bottom of the file above </body> tag

<style>
section#shopify-section-template--20455585808690__40f95824-72d8-46d1-a981-b55c68b506ce {
    margin-top: 0 !important;
}
</style>

Moeed_0-1691571055459.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

-Need a Shopify Specialist? Chat on WhatsApp
- Custom Design | Advanced Coding | Store Modifications
- Your Coffee Tip and my code, A perfect blend. ❤️

View solution in original post

Reply 1 (1)

Moeed
Shopify Partner
4950 1309 1592

This is an accepted solution.

Hey @Coldclothing 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file

4) Add the following code in the bottom of the file above </body> tag

<style>
section#shopify-section-template--20455585808690__40f95824-72d8-46d1-a981-b55c68b506ce {
    margin-top: 0 !important;
}
</style>

Moeed_0-1691571055459.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

-Need a Shopify Specialist? Chat on WhatsApp
- Custom Design | Advanced Coding | Store Modifications
- Your Coffee Tip and my code, A perfect blend. ❤️