Disabling double vertical scrollbar and horizontal scrolling?

Ok I’ve managed to find a solution to this 😊

It was to remove all previous overflow elements and replace it with this:

@media (max-width:480px) {#page {overflow-x:hidden}}

I now have no double vertical scrollbars and no horizontal scrolling on mobile devices – result!

Hopefully leaving this post here will help someone else some day 😊

David