Hello
I am using the Impulse theme
I have a page which i have changed the code for the background color as such
#shopify-section-template–16179229163746__main{background: #ffffff !important;
margin: 0 !important;
padding: 37px !important;
}
However - i still have a pink stripe at the bottom and do not know how to remove it. Please help.
www.thebodyshop.mu
password:cleeth
thanks
Please add below css code in bottom of assets/theme.css file
@media only screen and (min-width: 769px)
.transition-body .main-content {
min-height: auto;
}
Thank you.
@TBS2022 - issue is that the main content height is set, therefore even after your section ends, main content wrapper has more height , add given css to theme.css file and check
@media only screen and (min-width: 769px){
.main-content {min-height: initial;}
}
you are a star - thank you
@TBS2022 - welcome, do let me know if you need anything later, you have my email below.