Spenden

Top menu : position

2 replies [Last post]
Gast

Hello

I would like to center the top menu...

--> http://animasport.free.fr/hdg/

Anybody knows how to do ?

Thanks a lot !

Gast
Vielen Dank ! es funktioniert

Vielen Dank ! es funktioniert gut !

Grüße aus Frankreich

Offline
Joined: 23.11.2008
template_css.css

Hello!

you have to edit /templates/go_vista.../css/template_css.css

find

ul#mainlevel-nav {
height:33px;
margin:0;
padding:0;
}

and change to:

ul#mainlevel-nav {
height:33px;
margin:0 auto;
padding:0;
width:600px;
}

save and refresh your browser's cache.

that's it :-)

best regards from Germany
Markus