Hello,
Sorry that you had to see this issue and thank you form informing us and making the theme better,
To fix the issue please go to
Dashboard => Appearance => Customize => Theme Options => Advanced Options
and add the following custom css,
@media screen and (min-device-width: 360px) and (max-device-width: 768px) {
.site-layout-boxed #main-nav, .site-layout-boxed #footer-widgets{
width:115%;
}
}
We hope this solves your issue,
Best regards.