Search code examples
cssmenuheadercenter

centering a third party menu


I'm having much problems with my header.

I'm using joomla 2.5 and I've installed maximenuck for the header, but I can't center it at screen.

You can see my web here: http://www.barataweb.es/lourdes/.


Solution

  • ...................... ...... Hi now used to this css

       #header ul.menu.maximenuck {
            margin-top: 44px;
            position: static;
            width: 1000px;
        }
    

    your navigation define is position absolute than first you change to position and now define your navi min width than apply css according to your design