Menu Alignment

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
overcome
Forum Members
Forum Members
Posts: 13
Joined: Sun Nov 07, 2010 3:08 pm

Menu Alignment

Post by overcome »

Hello ,
  I,m running CMS made simple 1.9, using  template ShadowMenu Tab + 2 columns.
How will i align the menus to the middle (centre)?
thanks in advance.
panthus

Re: Menu Alignment

Post by panthus »

You'll need a bit of css knowledge to make that work. Here's an example how it can be done (view the source code of that page to see the css he uses): http://www.cssplay.co.uk/menus/centered.html. A google search on "centering horizontal menus" should give you some pointers, too.
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am

Re: Menu Alignment

Post by Dr.CSS »

Use a set with and margin: 0px auto...

Best place to find out how to do it...

http://www.w3schools.com/
panthus

Re: Menu Alignment

Post by panthus »

LOL. Okay, I was thinking way too complicated. Fixed width and margin: 0 auto; is the easiest solution, of course.  ;)
Post Reply

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