• Resolved andy-hawkins

    (@andy-hawkins)


    Hi

    Is there a quick step-by-step solution out there which can tell me how to switch the sidebar on the right to the left side in my Twenty Ten Theme? I have a new site that have the menus on the left and the person who I do the work for wants it that way. I could of course use another theme but I want to take advantage of all benefits in the Twenty Ten theme.

Viewing 2 replies - 1 through 2 (of 2 total)
  • This is one way to edit the style.css

    /*
    LAYOUT: Two columns
    DESCRIPTION: Two-column fixed layout with one sidebar right of content
    */

    #container {
    float: right;
    margin: 0 -240px 0 0;
    width: 100%;
    }

    Michael

    Thread Starter andy-hawkins

    (@andy-hawkins)

    Thanks Michael

    Actually, I should discover this my self, but it’s getting late here. Anyway, I’m glad that there are people like you who take the time to help a tired man in a late evening hours

    /Andy

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Twenty Ten Theme – Swith the sidebar from right to left’ is closed to new replies.