• First of all thanks a lot for your super duper awesum free theme…

    I wanted to change the size of the sidebars the left sidebar to be 260px and the right to be 340px.. i found the left sidebar solution from your forum itself.. can u please help me with the right sidebar please.. (m using 3 column layout)

    here’s the custom css snippet i have used for left sidebar

    .col-3cm .main-inner { padding-left: 260px; }
    
    .col-3cm .main-inner { padding-left: 260px; background-position: -80px 0; }
    .col-3cm .s1 { margin-left: -260px; }
    .s1 { width: 260px; }
    
    @media only screen and (min-width: 479px) and (max-width: 960px) {
    .s1-expand .s1 { width: 260px; }
    .s1-expand .s1 .sidebar-content,
    .s1-expand .s1 .post-nav { min-width: 260px; }
    }
    
    .col-3cm .main-inner { padding-left: 260px; background-position: -80px 0; }
    .col-3cm .s1 { margin-left: -260px; }
    .s1 { width: 260px; }
    @media only screen and (min-width: 479px) and (max-width: 960px) {
    .s1-expand .s1 { width: 260px; }
    .s1-expand .s1 .sidebar-content,
    .s1-expand .s1 .post-nav { min-width: 260px; }
    }

  • The topic ‘Changing the Size of both sidebars.’ is closed to new replies.