Remove White Border b

Need help removing white border below hero and above footer. Is that possible?

website is empireracingusa.com and pass is test123

Please edit this code in your theme.liquid file

main#MainContent {
    margin-top: -175px !important;
}

To this code

main#MainContent {
    margin-top: -72px !important;
}

Best regards,

Dan from Ryviu: Product Review App

Thank you for your help, that worked! Is there a way to get rid of the same issue on the other pages, “Shop” and “Go Faster” ?

Please update the code to this

main#MainContent {
  margin-top: -72px !important;
  background: #000;
}