Hi, I am currently building a sense theme and there is space between the multicolumn and the image banner please see the attached image for reference with yellow highlighted are that need to be removed, thanks in advance.
here is the URL and password:
https://digitaldaysplanner.myshopify.com/
shauff
add custom CSS to eliminate the padding or margin
add this to the custom css
.multicolumn-section-class {
margin-bottom: 0;
padding-bottom: 0;
}
.image-banner-section-class {
margin-top: 0;
padding-top: 0;
}
Thanks for your response but this custom CSS not working
Hi @mirza5313
Add this code to Custom CSS in Online Store > Themes > Customize > Theme settings.
#shopify-section-template--23486520394049__multicolumn_867idc { margin-top: 0px !important; }