Title: Responsive design problem with 2 equal width sidebars
Last modified: August 21, 2016

---

# Responsive design problem with 2 equal width sidebars

 *  Resolved [mcpank](https://wordpress.org/support/users/mcpank/)
 * (@mcpank)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/responsive-design-problem-with-2-equal-width-sidebars/)
 * Hi Alex,
    even if you heard it a lot already: ‘hueman’ is one of the best WP-
   Themes I’ve ever seen so far and much better than a lot of the ones you have 
   to pay for, too! REALLY great job you did there! 🙂
 * The only problem I have with it is _nearly_ solved by this thread:
    [http://wordpress.org/support/topic/content-width-fix?replies=7](http://wordpress.org/support/topic/content-width-fix?replies=7)
   but for one issue, I can’t figure out: the website I designed with your template
   has also 260px Sidebars on both sides and it looks fine in full resolution. But
   when it comes to the collapsing, the content of the left sidebar changes to the
   collapsed state (arrows in the head section and all content dissapears) but it
   still remains in 260px width. If you draw the browser window smaller, while looking
   at it, you’ll know what I mean. I also changed the size of the ‘s-right-s1.png’
   to 260px, didn’t helped either. The right sidebar works just fine!
 * The only code in my ‘custom.css’ is the one from you in the thread mentioned 
   above. Can you take a look at the site? Maybe you already know the solution, 
   when you see it:
    [http://www.benehmensberatung.com/wordpress/](http://www.benehmensberatung.com/wordpress/)(
   and please don’t mind the content of the page – it’s still ‘work in progress’
   😉 )
 * THANK YOU!

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

 *  [Gudddi](https://wordpress.org/support/users/dyret/)
 * (@dyret)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/responsive-design-problem-with-2-equal-width-sidebars/#post-4535970)
 * Hi Alex. Really awesome theme, but i have the exact same problem as mcpank explains
   in the post above, is their something in the code we are missing? Hope it can
   be fixed, keep up the good work
 *  [Alexander Agnarson](https://wordpress.org/support/users/alxmedia/)
 * (@alxmedia)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/responsive-design-problem-with-2-equal-width-sidebars/#post-4535974)
 * Thanks guys! Glad you enjoy the theme 🙂
 * Try wrapping the first css part in:
    [@media](https://wordpress.org/support/users/media/)
   only screen and (min-width: 961px) { }
 * Like this:
 *     ```
       @media only screen and (min-width: 961px) {
       	.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; }
       }
       ```
   
 * (For anyone else wondering, this would go into the child theme’s style.css or
   custom css)
 *  Thread Starter [mcpank](https://wordpress.org/support/users/mcpank/)
 * (@mcpank)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/responsive-design-problem-with-2-equal-width-sidebars/#post-4536020)
 * Hey Alex, you’re a genius, man!! (I mean it! 😉
 * That totally did the trick! :))
 * THANK YOU SO MUCH!
 *  [Gudddi](https://wordpress.org/support/users/dyret/)
 * (@dyret)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/responsive-design-problem-with-2-equal-width-sidebars/#post-4536126)
 * Nice, just what we needed 😉

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

The topic ‘Responsive design problem with 2 equal width sidebars’ is closed to new
replies.

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

## Tags

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

 * 4 replies
 * 3 participants
 * Last reply from: [Gudddi](https://wordpress.org/support/users/dyret/)
 * Last activity: [12 years, 3 months ago](https://wordpress.org/support/topic/responsive-design-problem-with-2-equal-width-sidebars/#post-4536126)
 * Status: resolved