I’m having a hard time figuring out how to delete the white space between my collection lists on the homepage. I’m using debut and my website is www.bequtifulstylez.com. Please help me as I’m going crazy and making things worst.
1 Like
add this code
- Go to Online Store->Theme->Edit code
- Asset->/theme.css ->paste below code at the bottom of the file.
#shopify-section-161550611358397eb4 .custom-content {
margin-left: 0;
}
#shopify-section-161550611358397eb4 .custom-content .custom__item {
padding-left: 0;
}