Menu item to the right

  • yoursm3

    #1378

    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

    Kenneth John Odle

    #15501

    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

    Syahir Hakim

    #15502

    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;
    }

    rochagm

    #15503

    Sorry, but what is Firebug and how do I use it?

    Kim

    #15504

    Hi

    You can also use this plugin: Admin Bar ID Menu

    Kim

    Admin

    Syahir Hakim

    #15505

    rochagm

    #15506

    Syahir, I inserted the code in CSS but it did not work.

    Mod

    Kenneth John Odle

    #15507

    Where did you insert it? I am not seeing it in your custom CSS.

    rochagm

    #15508

    Ken, I put it back just now.

    Couple things: I want two Menu Itens to be at the right side of the bar. You will see that in the CSS. And the command line above still is not working.

    Mod

    Kenneth John Odle

    #15509

    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.