Title: Same width on the sidebars
Last modified: March 30, 2019

---

# Same width on the sidebars

 *  Resolved [jesuslopez65](https://wordpress.org/support/users/jesuslopez65/)
 * (@jesuslopez65)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/same-width-on-the-sidebars/)
 * I want to make the two sidebar (right and left columns) with the same width (
   300 px) and that the central content remains centered. Any idea how to do it?
 * Thanks all.

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Thread Starter [jesuslopez65](https://wordpress.org/support/users/jesuslopez65/)
 * (@jesuslopez65)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/same-width-on-the-sidebars/#post-11377808)
 * I try `.col-3cm .main { background: url(img/sidebar/s-right-s2.png) repeat-y 
   right 0; }
    .col-3cm .main-inner { background: url(img/sidebar/s-left.png) repeat-
   y left 0; padding-left: 300px; padding-right: 300px; } .col-3cm .s1 { float: 
   left; margin-left: -340px; } .col-3cm .s2 { float: right; margin-right: -340px;/*
   ingenuity! */ position: relative; right: -90%; } .col-3cm .content { float: right;}`
   but it doesn’t works as expected. Any idea? Thanks.
    -  This reply was modified 7 years, 2 months ago by [jesuslopez65](https://wordpress.org/support/users/jesuslopez65/).
 *  Theme Author [Alexander Agnarson](https://wordpress.org/support/users/alxmedia/)
 * (@alxmedia)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/same-width-on-the-sidebars/#post-11399333)
 * Add this in Customize > Additional CSS:
 *     ```
       @media only screen and (min-width: 1201px) {
       .col-3cm .main { background-image: url(https://i.imgur.com/3FcwMHZ.png); }
       .col-3cm .main-inner { padding-right: 340px; }
       .col-3cm .s2 { width: 340px; margin-right: -340px; }
       }
       @media only screen and (min-width: 480px) and (max-width: 1200px) {
       .s2-expand .s2 { width: 340px!important; }
       }
       ```
   
 *  Thread Starter [jesuslopez65](https://wordpress.org/support/users/jesuslopez65/)
 * (@jesuslopez65)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/same-width-on-the-sidebars/#post-11402961)
 * Works great and it also worked on Typecore. Thankful. Regards.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Same width on the sidebars’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/kontrast/1.3.1/screenshot.png)
 * Kontrast
 * [Support Threads](https://wordpress.org/support/theme/kontrast/)
 * [Active Topics](https://wordpress.org/support/theme/kontrast/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/kontrast/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/kontrast/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [jesuslopez65](https://wordpress.org/support/users/jesuslopez65/)
 * Last activity: [7 years, 2 months ago](https://wordpress.org/support/topic/same-width-on-the-sidebars/#post-11402961)
 * Status: resolved