Thanks,
It do change the box around the menu but if I set height to e.g 10px the menu appears under the box.
CSS code is:
.navbar-wrapper .brand {width:100%; float:center;}
.navbar-wrapper .navbar {width:99%; float:center}
.navbar-inner { height: 250 px}
Logo is 800×100 covering the top of the page.
The navbar is underneath
If I change the height to 350px. the menu is in the same pos. but the box is bigger.
If I set it to e.g. 0px the box is still there but located over the menu.