Page 1 of 1

Centering the Horizontal CSSMenu?

Posted: Tue Mar 07, 2006 4:56 am
by wesyah234
My menu items do not fill up the entire width of the page, and thus they are hugging the left side of the page, leaving empty space on the right.

I'm having trouble changing the CSS to get the entire menu to be centered.

Please help! 

Thanks!

Re: Centering the Horizontal CSSMenu?

Posted: Wed Mar 08, 2006 4:53 am
by amygdela
it's not realy nice HTML, but it works.. add a before the menu in your template, and a after it 0)

Re: Centering the Horizontal CSSMenu?

Posted: Wed Mar 08, 2006 2:00 pm
by wesyah234
Thanks for the suggestion, but it doesn't work.

I tried:

   
       
        {cms_module module='cssmenu'}
       
     

and

   
       
        {cms_module module='cssmenu'}
       
     


as well as:

   
       
          {cms_module module='cssmenu'}
       
     


I'm thinking something in the CSS is forcing it to the left...

Re: Centering the Horizontal CSSMenu?

Posted: Thu Mar 09, 2006 8:42 pm
by wesyah234
bump ( any ideas ? )

Re: Centering the Horizontal CSSMenu?

Posted: Thu Aug 17, 2006 5:05 pm
by eddieburroughs
I am interested in this as well.

Is there are particular css or template that we have to put the in?

Thanks for the help!
Eddie

Re: Centering the Horizontal CSSMenu?

Posted: Thu Aug 17, 2006 5:40 pm
by tsw
url would be nice...

but basically you set text-align:center for the parent container..

and I think that has been deprecated ;)