WebsiteBaker Community Forum

WebsiteBaker Support (2.8.x) => Templates, Menus & Design => Topic started by: webby on September 04, 2011, 08:20:17 AM

Title: How to center top-menu ?
Post by: webby on September 04, 2011, 08:20:17 AM
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]
Title: Re: How to center top-menu ?
Post by: rcma on October 24, 2011, 09:52:51 AM
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;
}
Title: Re: How to center top-menu ?
Post by: Luisehahne on October 24, 2011, 04:28:20 PM
Would be nice to give us a link. So we can test online and give you the solution

Dietmar