Hey,
thank you very much for that, that really helped to get rid of the responsiveness when it comes to mobile devices :)
Is there any way to keep the website from weirdly clumping up when I resize the browser window? at the moment the whole menu gets cobbled together whenever I have
#page {
max-width: 1000px;
}
instead of
#page {
width: 1000px;
}