Only one menu item align right

  • Anonymous

    #8989

    Hi There,

    I’m new to WP and probably asking a stupid question.

    On my site http://www.uitjevanhetwerk.nl I’ve got a menu with a facebook link.

    I only want this link to become visable on the far right of the menu.

    I’ve tried countless solutions on the web but nothing works..

    Can anybody help me?

    What I’ve tried:

    add in css:

    #menu-item-362 { float:right; }

    add this in:

    menu -> facebook -> CSS Class

    or:

    { text-align: right;
    }
    Mod

    Kenneth John Odle

    #42523

    You’re closest with the first one.

    Try

    li#menu-item-362 {
    float: right;
    }

    in custom CSS feature. (Don’t edit theme files.)

Viewing 2 posts - 1 through 2 (of 2 total)

  • You must be logged in to reply to this topic.