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!
menu align center, standard menu
-
- Forum Members
- Posts: 57
- Joined: Mon Mar 23, 2009 11:35 am
Re: menu align center, standard menu
Hello bullitshot
you have to put the header, footer and the menu div within the pagewrapper div.
®
you have to put the header, footer and the menu div within the pagewrapper div.
®
- + - + - + - + - + - + -
LATEST TUTORIAL AT CMS CAN BE SIMPLE:
Migrating Company Directory module to LISE
Migrating Company Directory module to LISE
- + - + - + - + - + - + -
-
- Forum Members
- Posts: 57
- Joined: Mon Mar 23, 2009 11:35 am
Re: menu align center, standard menu
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 pageRolf wrote: Hello bullitshot
you have to put the header, footer and the menu div within the pagewrapper div.
®
Re: menu align center, standard menu
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'
Styling the background you have change the settings in the div menu_vert.
Regards, Rolf
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;
}
Regards, Rolf
- + - + - + - + - + - + -
LATEST TUTORIAL AT CMS CAN BE SIMPLE:
Migrating Company Directory module to LISE
Migrating Company Directory module to LISE
- + - + - + - + - + - + -
Re: menu align center, standard menu
Make that page narrow enuf and it does all kinds of funky....