Title: left column width
Last modified: January 7, 2017

---

# left column width

 *  [labmasu](https://wordpress.org/support/users/labmasu/)
 * (@labmasu)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/left-column-width-2/)
 * HAllo
 * i just installes 20 17 and adapting my blog in it
    i would like to reduce the
   width of the left column and set the right one bigger (1/3 the left one and 2/
   3 the right one) i’m not a code manipulator, when i opened style i can’t finde
   a row to modify

Viewing 1 replies (of 1 total)

 *  [Michael](https://wordpress.org/support/users/alchymyth/)
 * (@alchymyth)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/left-column-width-2/#post-8653560)
 * try to add something like this via the _‘customize – additional CSS’_ feature:
 *     ```
       @media screen and (min-width: 48em) {
   
          .blog:not(.has-sidebar) #primary article, .archive:not(.page-one-column):not(.has-sidebar) #primary article, .search:not(.has-sidebar) #primary article, .error404:not(.has-sidebar) #primary .page-content, .error404.has-sidebar #primary .page-content, body.page-two-column:not(.archive) #primary .entry-content, body.page-two-column #comments
          { width: 66%; }
   
          body:not(.has-sidebar):not(.page-one-column) .page-header, body.has-sidebar.error404 #primary .page-header, body.page-two-column:not(.archive) #primary .entry-header, body.page-two-column.archive:not(.has-sidebar) #primary .page-header
          { width: 28%; }
   
       }
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘left column width’ is closed to new replies.

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

 * 1 reply
 * 2 participants
 * Last reply from: [Michael](https://wordpress.org/support/users/alchymyth/)
 * Last activity: [9 years, 4 months ago](https://wordpress.org/support/topic/left-column-width-2/#post-8653560)
 * Status: not resolved