Joomla Beez2 template

Hi Folks,

I have an issue with the aforementioned template that the joomla forum guys are reluctant/unable to help with, so it was time to ask at super sitepoint !!!.

Have just re-done a clients site using Joomla, beez2 and have a very annoying ‘bug’ that smashes the menu when resizing down the ‘viewport’ (used on learnable:D).
I would expext the horizontal scroll bar to allow me to move left or right but what happens is the menu starts to smash up and the rest of the content just disappears.
Joomla say change in the position.css
/* ###################### general ###################### */
#all
{
margin: 0 auto;
max-width:1050px;
padding: 0px;
text-align: left;
}

change to

/* ###################### general ###################### */
#all
{
margin: 0 auto;
min-width:1050px; ***
padding: 0px;
text-align: left;
}

This does fix the scroll bar and menu but on a large monitor it obviously fills the whole screen a bit like this forum appears, however I like the smaller viewing area centred within the large monitor.

What happened to set the window/viewing size and have it centered then able to resize should you need, and all your lovely work remains where it was meant to be.

Firebug has been glowing hot for the last few days but this is now beyond my simple mind so I throw myself at your feet oh font’s of great knowledge.