Title: Changing Sidebars Width with Evolve+ Theme
Last modified: May 22, 2019

---

# Changing Sidebars Width with Evolve+ Theme

 *  Resolved [chartsandtrends](https://wordpress.org/support/users/chartsandtrends/)
 * (@chartsandtrends)
 * [7 years ago](https://wordpress.org/support/topic/changing-sidebars-width-with-evolve-theme/)
 * Dears,
 * I have installed the latest Evolve+ Theme version based on Kirky Framework.
    
   In the previous version there was an option to change the width of the sidebars.
   In the newest version this option is no longer available. I have tried with CSS
   codes found in other forum topics for sidebar 1 but to not avail. I would need
   a fix for both Sidebar 1 and Sidebar 2. Help from the forum is welcome.
 * Best regards,
    Roch
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fchanging-sidebars-width-with-evolve-theme%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  [DesignSmoke](https://wordpress.org/support/users/designsmoke/)
 * (@designsmoke)
 * [7 years ago](https://wordpress.org/support/topic/changing-sidebars-width-with-evolve-theme/#post-11558236)
 * Try the theme4press support forum, as they will be able to directly support their
   own product: [https://theme4press.com/support-forum/](https://theme4press.com/support-forum/)
 *  Thread Starter [chartsandtrends](https://wordpress.org/support/users/chartsandtrends/)
 * (@chartsandtrends)
 * [7 years ago](https://wordpress.org/support/topic/changing-sidebars-width-with-evolve-theme/#post-11558244)
 * I have already posted that question on the Theme4Press page. The guy is rather
   unresponsive. Replies typically take days and most of the time swift and not 
   accurate. MY question has been in their support forum for 3 days already.
 *  [DesignSmoke](https://wordpress.org/support/users/designsmoke/)
 * (@designsmoke)
 * [7 years ago](https://wordpress.org/support/topic/changing-sidebars-width-with-evolve-theme/#post-11558289)
 * I’ve looked at their forums and it appears that they’re fairly fast at responding
   to most of the posts. Was it descriptive enough for them to help you? They have
   a direct contact link and even a wordpress support page (for the free version)
   [https://wordpress.org/support/theme/evolve/](https://wordpress.org/support/theme/evolve/)
 * The theme you’re using isn’t an official wordpress theme, so you likely won’t
   get too much help in this forum.
 *  Thread Starter [chartsandtrends](https://wordpress.org/support/users/chartsandtrends/)
 * (@chartsandtrends)
 * [7 years ago](https://wordpress.org/support/topic/changing-sidebars-width-with-evolve-theme/#post-11558526)
 * I have purchased the premium version.
    Let’s hope I can get help for my requests.
 *  Thread Starter [chartsandtrends](https://wordpress.org/support/users/chartsandtrends/)
 * (@chartsandtrends)
 * [7 years ago](https://wordpress.org/support/topic/changing-sidebars-width-with-evolve-theme/#post-11569672)
 * Resolved by Theme provider according to:
 * [@media](https://wordpress.org/support/users/media/) (min-width: 768px) {
    #primary{-
   ms-flex: 0 0 80.000000%; flex: 0 0 80.000000%; max-width: 80.000000%; } #secondary{-
   ms-flex: 0 0 20.000000%; flex: 0 0 20.000000%; max-width: 20.000000%; } }
 * #secondary-2 {
    -ms-flex: 0 0 20.000000%; flex: 0 0 20.000000%; max-width: 20.000000%;}
 * Primary = content
    Secondary = Sidebar1 Secondary-é = Sidebar 2 The % should 
   alsways add up to 100%. The [@media](https://wordpress.org/support/users/media/)
   parameter and min-width parameter is for the side bar to be displayed below the
   content on mobile phones.
 *  Thread Starter [chartsandtrends](https://wordpress.org/support/users/chartsandtrends/)
 * (@chartsandtrends)
 * [7 years ago](https://wordpress.org/support/topic/changing-sidebars-width-with-evolve-theme/#post-11569680)
 * Test
 * `@media (min-width: 768px) {
    #primary { -ms-flex: 0 0 80.000000%; flex: 0 0 
   80.000000%; max-width: 80.000000%; } #secondary { -ms-flex: 0 0 20.000000%; flex:
   0 0 20.000000%; max-width: 20.000000%; } }
 * #secondary-2 {
    -ms-flex: 0 0 20.000000%; flex: 0 0 20.000000%; max-width: 20.000000%;}
 *  Thread Starter [chartsandtrends](https://wordpress.org/support/users/chartsandtrends/)
 * (@chartsandtrends)
 * [7 years ago](https://wordpress.org/support/topic/changing-sidebars-width-with-evolve-theme/#post-11569684)
 *     ```
       @media (min-width: 768px) {
       	#primary {
           -ms-flex: 0 0 80.000000%;
           flex: 0 0 80.000000%;
           max-width: 80.000000%;
       }
         #secondary {
           -ms-flex: 0 0 20.000000%;
           flex: 0 0 20.000000%;
           max-width: 20.000000%;
         }
       }
   
       #secondary-2 {
           -ms-flex: 0 0 20.000000%;
           flex: 0 0 20.000000%;
           max-width: 20.000000%;
       }
       ```
   

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

The topic ‘Changing Sidebars Width with Evolve+ Theme’ is closed to new replies.

## Tags

 * [sidebar](https://wordpress.org/support/topic-tag/sidebar/)
 * [width](https://wordpress.org/support/topic-tag/width/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 7 replies
 * 2 participants
 * Last reply from: [chartsandtrends](https://wordpress.org/support/users/chartsandtrends/)
 * Last activity: [7 years ago](https://wordpress.org/support/topic/changing-sidebars-width-with-evolve-theme/#post-11569684)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
