Page 1 of 1

menu align center, standard menu

Posted: Sat Feb 06, 2010 5:08 pm
by bullitshot
hello,

I am busy with this page:

http://hilbrands-design.nl/bierefluiter ... ge=de-band

The problem I have is that the menu is completely to the left now but I want it in the middle. This is the standard menu from CSMmadesimple.

Can anybody help me?

thanx!

Re: menu align center, standard menu

Posted: Sat Feb 06, 2010 5:25 pm
by Rolf
Hello bullitshot

you have to put the header, footer and the menu div within the pagewrapper div.

®

Re: menu align center, standard menu

Posted: Sat Feb 06, 2010 6:17 pm
by bullitshot
Rolf wrote: Hello bullitshot

you have to put the header, footer and the menu div within the pagewrapper div.

®
this is not what I want. The lay-out is fine. When you set the pagewrapper like that you will make the menu bar smaller but the menu items will still be on the left site on the menu bar. I want it right in the middle of the page

Re: menu align center, standard menu

Posted: Sat Feb 06, 2010 6:52 pm
by Rolf
Bullitshot,

To do that you have to give the menu_wrapper a fixed width (depending on your buttons) and set the margin to '0 auto'

Code: Select all

menu_wrapper {
width: 200px;
margin: 0 auto;
}
Styling the background you have change the settings in the div menu_vert.

Regards, Rolf

Re: menu align center, standard menu

Posted: Tue Feb 09, 2010 3:36 am
by Dr.CSS
Make that page narrow enuf and it does all kinds of funky....