Forums

Twenty Ten menu on right (8 posts)

  1. shmk
    Member
    Posted 1 year ago #

    I'm testing the new Twenty Ten theme on WordPress 3.0.

    Is it possible to move the top menu from left to right mantaining the menu order?

  2. Rev. Voodoo
    Volunteer Moderator
    Posted 1 year ago #

    #access .menu-header li,
    div.menu li {
    	float:left;
    	position: relative;
    }

    in style.css, just change the float from left to right

  3. plads9000
    Member
    Posted 1 year ago #

    That seems to change the menu order. Home, About, Contact do align right but switch to Contact, About, Home.

  4. shmk
    Member
    Posted 1 year ago #

    True, that change the position but inverts the order.

    I'm looking for a solution that move the menu on the right but keep the menu order as it was before.

  5. wpweaver
    Member
    Posted 1 year ago #

    Use the WP 3 custom menu feature, and manually reverse the order.

  6. alchymyth
    The Sweeper
    Posted 1 year ago #

    .menu ul { float:right; padding-right:20px;}

  7. plads9000
    Member
    Posted 1 year ago #

    Thank you, alchymyth ...

  8. shmk
    Member
    Posted 1 year ago #

    Thanks alchymyth for the tip.

    I've tried to insert it in:
    "#access .menu-header ul, div.menu ul"
    but the
    "padding-right: 20px;"
    broke my sub-menus.

    So I've substituted it with:
    "margin: 0 20px 0 0;"
    and made it work (tested on Firefox, IE8, IE7 and Safari)

Topic Closed

This topic has been closed to new replies.

About this Topic