I have edited the code to have a background colour for a section on my homepage. Only issue is there is now padding between the following section which is an image banner so it looks like an error. Can anyone assist?
do you need reduce spacing or removed all section spacing
I want there two be no spacing here, and the two sections touching eachother.
yes, please add this code
- Go to Online Store->Theme->Edit code
- Asset->/theme.css ->paste below code at the bottom of the file.
.index-section {
padding-top: 10px;
padding-bottom: 10px;
}
Please Add this CSS to your css file
div#shopify-section-1644533245661eb5e5, div#shopify-section-hero-2 {
padding: 0 !important;
}
Thank You!
NEither of those solutions are working there is still an blank area inbetween both sections
yes, please share us
