Menu item to the right
-
Is it possible to put just one menu item on the right side of the menu bar?
Example: http://www.chutecerteiro.com.br/wp-content/uploads/2011/07/example.jpg
In the example, the item “Contato” is at the right side. Ty.
Mod
If you know the menu item number (use Firebug), you might be able to do this using custom CSS. Give it a try.
Ken
Admin
Ken’s right. Using Firebug, you can identify that the ID for the Contacto menu item is
menu-item-431
, so inserting this code in your Custom CSS or child theme’s style.css file will do it:#menu-item-431 {
float: right;
}Admin
Firebug: http://getfirebug.com/
Mod
Where did you insert it? I am not seeing it in your custom CSS.
Mod
The custom CSS is not working because you are referring to menu-items #431 and #437, but I don’t see any menu items with those numbers. (Perhaps you edited or changed some pages around?)
Anyway, what I see for menu item numbers is:
Inicio 422
Conceitos 441
Jogos da Rodada 425
Modelos 725
Contato 717
Sobre O Autor 716
Try those numbers and see what happens.
Ken
Viewing 10 posts - 1 through 10 (of 18 total)
- 1
- 2
- You must be logged in to reply to this topic.