rock14

Member

Forum Replies Created

  • In reply to: How to Increase Comment Bar In the Three Column Theme

    #18604

    Sorry for the spamming guys, but I just did it by myself 🙂

    Gonna left my config here if someone else wants in the future.

    And sorry for my english, i’m brazilian

    .three-columns #sidebar2 div.sidebar-wrap {
    width: 225px;
    }

    .three-columns #sidebar1 div.sidebar-wrap {
    width: 125px;
    }

    .three-columns #sidebar1 {
    width: 150px;
    }

    .three-col-center .post {
    width: 450px;
    }

    #sidebar2 {
    float: right;
    margin-right: 21px;
    }

    .three-col-center #sidebar1,
    .three-col-center #sidebar2 {
    padding: 0 7px 15px 7px;
    }

    .three-col-center .post.nodate,
    .three-col-center .post.page,
    .three-col-center .post.post_404,
    .three-col-center .post.post_404_search {
    width: 505px;
    }

    #comments {
    width: 535px;
    }

    #respond {
    width: 535px;
    }

    In reply to: How to Increase Comment Bar In the Three Column Theme

    #18603

    Just did it with

    #comments {
    width: 535px;
    }
    #respond {
    width: 535px;
    }

    Just the pages left now

    In reply to: Adjust Widget Width Independently

    #18299

    lol, just tested with margin-right: 40px, and It worked 🙂

    thanks for the help

    In reply to: Adjust Widget Width Independently

    #18298
    #sidebar2 {
    float: right;
    margin-left: 40px;
    }

    I put that, but for some reason it didn’t recognize the margin-left,

    In reply to: Adjust Widget Width Independently

    #18294

    Hi guys,

    How do I allign the sidebar 2 properly? Or I need to change the width of something else?

    I used the followed code, but the sidebar 2 when aligned left goes in the post frame, and in the right get out of the layout

    .three-columns #sidebar2 div.sidebar-wrap {
    width: 230px;
    }

    .three-columns #sidebar1 div.sidebar-wrap {
    width: 130px;
    }

    .three-columns #sidebar1 {
    width: 155px;
    }

    .three-col-center .post {
    width: 400px;
    }

    #sidebar2 {
    float: right;
    }

Viewing 6 posts - 1 through 6 (of 6 total)