Encuentra este código:
@Media screen and (max-width: 1088px){
.headerify-wrap .headerify-inner, .header-ad-wrap > .container, #featured-wrapper .container, #content-wrapper > .container, #footer-wrapper .container{
box-sizing:border-box;
padding:0 20px;
}
}
Y simplemente borra 20px. El código te debe quedar así:
@Media screen and (max-width: 1088px){
.headerify-wrap .headerify-inner, .header-ad-wrap > .container, #featured-wrapper .container, #content-wrapper > .container, #footer-wrapper .container{
box-sizing:border-box;
padding:0;
}
}
Ya no tendrás los espacios a los costados