Place 1 item to the right side of the main menu

Latest Reply from Alice at 2013-08-08 07:52:14
Hello,

Is it possible to place 1 menu item all the way to the right separate from the rest of the items. I want my contact page have its place on the right side of the main menu bar.

Thanks

Mark
Hi!

You have to inspect the menu items and find the ID you would like to move to the right. Then you have to add the following code to the file index.css:

#menu-item-345 {float: right !important;}


I used "menu-item-345" because it is the name of the menu item I selected.
Hey Dave,

Thanks for your answer. It works great only it didn't look great at all. Now i wanna center the whole menu. Is that also possible?

Thanks.

Mark
Hi!
Please, give me the URL of your site.
http://klerks1986.dyndns.tv/wordpress/
You can align it to center by editing style.css:
#mainmenu {
height:33px;
padding:9px 12px;
margin:0 -3px;
}

You have to replace this code with :
#mainmenu {
height:33px;
padding:9px 12px;
margin:0 170px;
}
Thanks,

This works great.

Mark
Hello
Pleas tell me,how to center the main top menu.
my URL demo.local-service.ca
Hi!
We don't provide any services, paid or unpaid, for editing themes for individual users. Please, use the advice of Dave, but customize the margin for your menu by yourself.

Leave a reply

Add codeAdd image