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]
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;
}
Would be nice to give us a link. So we can test online and give you the solution
Dietmar