Title: Content Width Fix 2
Last modified: August 21, 2016

---

# Content Width Fix 2

 *  Resolved [mirilailai](https://wordpress.org/support/users/mirilailai/)
 * (@mirilailai)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/content-width-fix-2/)
 * Greetings,
    I used your first fix and it worked perfectly but then I modified
   it to minimize the width of the primary sidebar to 200px from 260px:
 *     ```
       .col-3cm .main-inner { padding-left: 200px; background-position: -140px 0; }
       .col-3cm .s1 { margin-left: -200px; }
       .s1 { width: 200px; }
       @media only screen and (min-width: 479px) and (max-width: 960px) {
       .s1-expand .s1 { width: 200px; }
       .s1-expand .s1 .sidebar-content,
       .s1-expand .s1 .post-nav { min-width: 200px; }
       ```
   
 * then I minimized the Website Max-width to minimum ( 1024px ) from the Theme Option
   and fixed the secondary sidebar to 200px width too:
 * `.col-3cm .s2 { float: right; margin-right: -260px; /* ingenuity! */ position:
   relative; right: -100%; width: 200px;}`
 * And here I am with another empty space but this time its between the content 
   and the secondary sidebar..How to expand it ?

Viewing 1 replies (of 1 total)

 *  [Alexander Agnarson](https://wordpress.org/support/users/alxmedia/)
 * (@alxmedia)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/content-width-fix-2/#post-4344873)
 *     ```
       margin-right: -260px;
       ```
   
 * That value there should be 200px as well. The negative margin always needs to
   be the same as the sidebar width 🙂

Viewing 1 replies (of 1 total)

The topic ‘Content Width Fix 2’ 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

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

 * 1 reply
 * 2 participants
 * Last reply from: [Alexander Agnarson](https://wordpress.org/support/users/alxmedia/)
 * Last activity: [12 years, 5 months ago](https://wordpress.org/support/topic/content-width-fix-2/#post-4344873)
 * Status: resolved