WebsiteBaker Support (2.8.x) > Templates, Menus & Design
How to center top-menu ?
(1/1)
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]
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;
}
Luisehahne:
Would be nice to give us a link. So we can test online and give you the solution
Dietmar
Navigation
[0] Message Index
Go to full version