Hi,
Please remove your custom CSS code
body.custom-background {
border: 20px solid #fff;
background-attachment: scroll !important;
}
and add this custom CSS code to make the homepage fullwidth
.home .main-wrapper > .container {
padding-left: 0;
padding-right: 0;
}
Let me know how it goes.