Welcome, Guest. Please login or register.
Did you miss your activation email?
May 26, 2012, 08:08:12 PM

Login with username, password and session length
Search:     Advanced search
Wollen Sie dem WebsiteBaker Team beitreten?
Nähere Informationen finden Sie unter hier und auf unserer neuen Webseite.
155551 Posts in 21715 Topics by 7737 Members
Latest Member: gx-world
* Home Help Search Login Register
Pages: [1]   Go Down
Print
Author Topic: How to center top-menu ?  (Read 495 times)
webby

Offline Offline

Posts: 85


« on: September 04, 2011, 07: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 Smiley
Logged
rcma

Offline Offline

Posts: 17


« Reply #1 on: October 24, 2011, 08: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;
}
Logged
Luisehahne
Board Member
Development Team
*****
Offline Offline

Posts: 3147



WWW
« Reply #2 on: October 24, 2011, 03:28:20 PM »

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

Dietmar
Logged

We are human beings - and nobody is perfect at all.
Pages: [1]   Go Up
Print
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.16 | SMF © 2011, Simple Machines Valid XHTML 1.0! Valid CSS!