How to center top-menu ?

Luisehahne

Would be nice to give us a link. So we can test online and give you the solution

Dietmar
Note: Once the code has been generated, it is easy to debug. It's not a bug, it's a feature!

rcma

Try the following in your css

/*** Horizontal menu ***/

#mainmenu {
float:left;
margin-bottom:25px;
}

REPLACE WITH>>>>>

/*** Horizontal menu ***/

#mainmenu {
margin-left: auto;
margin-right: auto;
margin-bottom:25px;
}

webby

Hi

I can not find where to center the top-menu in my template css? Do anyone have an idea where and how to center it. (se attach-example?) My template is "Andreas09".

Thank you :)

[gelöscht durch Administrator]