Forums

[Theme: Yoko] No sidebar layout options (6 posts)

  1. wpvince
    Member
    Posted 11 months ago #

    Shame it doesn't give layout options for sidebars either left ot right :-(

    http://wordpress.org/extend/themes/yoko/

  2. tedmcdo
    Member
    Posted 11 months ago #

    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;
    }

  3. insurgenesis
    Member
    Posted 5 months ago #

    @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?

  4. WeLoveSoap
    Member
    Posted 4 months ago #

    I'm interested in this, too.

  5. Teleomorph
    Member
    Posted 1 month ago #

    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.

  6. WPyogi
    Member
    Posted 1 month ago #

    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.

Reply

You must log in to post.

About this Topic

Tags