Support » Plugins » moving the twenty ten menu to the right

  • Playing with twenty ten child themes. πŸ™‚ I want to move the menu to the right and up- so that the site-title and site-description elements are on the left, and the menu is on the right.

    When I change
    #access .menu-header li, div.menu li {float:left}
    to float-right, the links become oriented towards the right.

    But then when I include
    #access .menu-header ul, div.menu ul {width:400px}
    it is right-oriented on the left hand side of the page.

    You can see what I’m trying to do at http://skiosho.com.
    Thanks!!!

Viewing 2 replies - 1 through 2 (of 2 total)
  • possibly something to work with:

    #access { width:410px; float:right; margin-top:-50px; }
    #site-title, #site-description { width:430px; }

    helpful tool: http://getfirebug.com/

    hi mmusil,

    change this line of code

    wp-content/themes/twentyten child writer/style.css

    line no:90

    #access {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0);
    display: block;
    float: right;
    margin: 0 auto;
    width: 430px;
    }

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘moving the twenty ten menu to the right’ is closed to new replies.