Deleting white space between collection list on homepage

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

@Queen_Queen

add this code

  1. Go to Online Store->Theme->Edit code
  2. 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;
}