Strange Scroll Bar for Width

I had a quick look and it looks like there are a few object that are just overlapping the 100% width mark, which in turn is causing the scroll bar. To fix this without editing each element individually, add this to the <head> section of your websites custom code in the website settings.

<style>
body {
overflow-x: hidden;
}
</style>