Confused on How to Center Text in 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
yorgi63
Forum Members
Forum Members
Posts: 108
Joined: Fri Aug 25, 2006 4:35 pm

Confused on How to Center Text in Menu

Post by yorgi63 »

Hey all,

I am doing a site and ther are only three pages (HOME, ABOUT, CONTACT) There may be a fourth but that's it. So what I cannot figure out it how to can I center the menu items. They look goofy on that one side. Any help out there?

Here is the site: http://www.spokenwordamerica.com/index.php

Thanks to all who add their knowledge to this board

George
User avatar
Nullig
Power Poster
Power Poster
Posts: 2380
Joined: Fri Feb 02, 2007 4:31 pm

Re: Confused on How to Center Text in Menu

Post by Nullig »

Change this:

#menuwrapper {
  /* Fix for Opera 8 */
  /*  overflow: hidden;  */
  background-color: #000;
  border-bottom: 0px solid #990000;
  width: 220px;
  margin: 0 auto;
}

Nullig
yorgi63
Forum Members
Forum Members
Posts: 108
Joined: Fri Aug 25, 2006 4:35 pm

Re: Confused on How to Center Text in Menu

Post by yorgi63 »

Thank You!! But now how do I have a black strip side to side like it was before with just the info in the center. Look at the site now an let me know.

Thanks!!

George
User avatar
Nullig
Power Poster
Power Poster
Posts: 2380
Joined: Fri Feb 02, 2007 4:31 pm

Re: Confused on How to Center Text in Menu

Post by Nullig »

Enclose the menuwrapper div inside another div with a black background.

Nullig
Post Reply

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