Top menu : position
22. January 2010 - 16:11
Hello
I would like to center the top menu...
--> http://animasport.free.fr/hdg/
Anybody knows how to do ?
Thanks a lot !
23. January 2010 - 8:13
#2
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

Vielen Dank ! es funktioniert gut !
Grüße aus Frankreich