Can I reduce margin/padding on my Shopify site's blue section?

vladmazurenko
New Member
9 0 0

Hello I need to reduce marging / padding of the "easy to use" blue section in my web: www.masterslide.es 

2020-11-29 23_46_11-Spotify Premium.png

 

Thank you in advance!!

Replies 3 (3)

Hardik29418
Shopify Partner
2858 407 1073

Please place this code at the end of theme.scss

@media only screen and (min-width: 990px) {
#shopify-section-160668684594a026a6 .cascade, #shopify-section-1606687197fe4f0047 .section-with-padding {
padding-top: 40px;
padding-bottom: 40px;
}
 
}

- Need a Shopify developer? Chat on WhatsApp or EMAIL ME!


- Your Coffee Tip would do Magic code ❤️
- For Shopify Design Changes | Shopify Custom Coding | Custom Modifications
- Email
vladmazurenko
New Member
9 0 0

Hello! It has not work... do you have any other alternative?

Hardik29418
Shopify Partner
2858 407 1073

It seems that you did not have placed the code at right place

Go to Online store -> themes-> edit code ->assets -> theme.scss.liquid and place code at the end of this file

- Need a Shopify developer? Chat on WhatsApp or EMAIL ME!


- Your Coffee Tip would do Magic code ❤️
- For Shopify Design Changes | Shopify Custom Coding | Custom Modifications
- Email