How to reduce the space between 'view all' button and collection on the home page? (debut theme)

my website is sneakersafeuk.com

At the bottom of the home page, how do i reduce the space between the ‘view all’ button and the used products collection? I am using the debut theme, would appreciate any help

1 Like

@Timito

Thanks for it

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.css ->paste below code at the bottom of the file.

This code applies after 5-6 second

#shopify-section-16111591646b31c530 hr.hr--invisible {
    margin-top: 0px;
    margin-bottom: 30px;
}
1 Like

This did not work for me.

See attached still after using the code.

Have same issue can someone help us ?