Hello I need to reduce marging / padding of the “easy to use” blue section in my web: www.masterslide.es
Thank you in advance!!
Hello I need to reduce marging / padding of the “easy to use” blue section in my web: www.masterslide.es
Thank you in advance!!
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;
}
}
Hello! It has not work… do you have any other alternative?
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