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.
Menu Alignment
Re: Menu Alignment
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
Use a set with and margin: 0px auto...
Best place to find out how to do it...
http://www.w3schools.com/
Best place to find out how to do it...
http://www.w3schools.com/
Re: Menu Alignment
LOL. Okay, I was thinking way too complicated. Fixed width and margin: 0 auto; is the easiest solution, of course. 
