Viewing 6 replies - 1 through 6 (of 6 total)
  • You can change all that in the css files. For example, change the floats like below. This will put one sidebar on the left, and one on the right.

    /* General Structure and Styles
    ——————————————— */
    #content {
    float: right;
    }
    #secondary {
    float: left;
    }

    @tedmcdo, can you elaborate on what the css would look like if one were to position the sidebars all the way to the edge a page with no padding?
    This is what I have been trying without success.
    I’m not prepared to break the theme. Any advice?

    I’m interested in this, too.

    Teleomorph

    (@teleomorph)

    What about simply changing widths? I can narrow the tertiary, but can’t figure out how to move first sidebar over and expand the main content to take up missing space.

    WPyogi

    (@wpyogi)

    Changing widths will not alone put the sections next to each other. You have to use the float attributes AND assign widths so they both fit on the page. If you want specific help, post a link to your site. And BTW, you should have started a new thread, not hijacked this old one.

    Hello,

    I have a question realted to the sidebars. By default I get two widget sidebar columns to the right. I want only one. How do I set it up to have only one?

    Thanks

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘[Theme: Yoko] No sidebar layout options’ is closed to new replies.