Page 1 of 1

Menu Alignment

Posted: Mon Nov 15, 2010 3:26 pm
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.

Re: Menu Alignment

Posted: Mon Nov 15, 2010 10:41 pm
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.

Re: Menu Alignment

Posted: Wed Nov 17, 2010 11:25 pm
by Dr.CSS
Use a set with and margin: 0px auto...

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

http://www.w3schools.com/

Re: Menu Alignment

Posted: Thu Nov 18, 2010 4:51 pm
by panthus
LOL. Okay, I was thinking way too complicated. Fixed width and margin: 0 auto; is the easiest solution, of course.  ;)