menu align center, standard menu

For discussion and questions related to CMS Specific templates and stylesheets (CSS), and themes. or layout issues. This is not a place for generic "I don't know CSS issues"
Post Reply
bullitshot
Forum Members
Forum Members
Posts: 57
Joined: Mon Mar 23, 2009 11:35 am

menu align center, standard menu

Post 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!
User avatar
Rolf
Power Poster
Power Poster
Posts: 7825
Joined: Wed Apr 23, 2008 7:53 am
Contact:

Re: menu align center, standard menu

Post by Rolf »

Hello bullitshot

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
- + - + - + - + - + - + -
Image
bullitshot
Forum Members
Forum Members
Posts: 57
Joined: Mon Mar 23, 2009 11:35 am

Re: menu align center, standard menu

Post 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
User avatar
Rolf
Power Poster
Power Poster
Posts: 7825
Joined: Wed Apr 23, 2008 7:53 am
Contact:

Re: menu align center, standard menu

Post 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
- + - + - + - + - + - + -
LATEST TUTORIAL AT CMS CAN BE SIMPLE:
Migrating Company Directory module to LISE
- + - + - + - + - + - + -
Image
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am

Re: menu align center, standard menu

Post by Dr.CSS »

Make that page narrow enuf and it does all kinds of funky....
Post Reply

Return to “Layout and Design (CSS & HTML)”