Title: Content/sidebar width &#8211; responsive
Last modified: February 5, 2017

---

# Content/sidebar width – responsive

 *  [erwanji](https://wordpress.org/support/users/erwanji/)
 * (@erwanji)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/contentsidebar-width-responsive/)
 * Hi!
    I tried to resize the content and sidebar so that the sidebar would be less
   wide than it is now, I used:
 * #primary {
    width: 75%; }
 * #secondary {
    width: 25%; }
 * However, that doesn’t work because although I get it to look fine on a computer,
   it’s messed up on cell phones. I would like to make my sidebar less wide and 
   keep it working on all devices, as you can see on the picture here, I don’t need
   the sidebar to be this wide given the text I have in it.
 * > [View post on imgur.com](https://imgur.com/a/81pe7)
 * You can’t see it live as I’m using the IgniteUp plugin until I go live, hopefully
   the picture will help. I’m considering updating to the pro version but I want
   to make sure I can get what I need from this theme first, and that’s a big part
   of it.
 * Thank you so much in advance.

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

 *  Theme Author [Takao Utsumi](https://wordpress.org/support/users/utsumit/)
 * (@utsumit)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/contentsidebar-width-responsive/#post-8742757)
 * Hello,
 * I recommend that you add the following code.
 *     ```
       @media screen and (min-width: 980px) {
       	.content-area {
       		padding-right: 7.5%;
       	}
       	.sidebar-area {
       		width: 22.5%;
       	}
       }
       ```
   
 * I don’t recommend that you change the content width, because it needs more customization
   and it is a little complicated.
 *  Thread Starter [erwanji](https://wordpress.org/support/users/erwanji/)
 * (@erwanji)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/contentsidebar-width-responsive/#post-8743790)
 * Hi there, thank you for your answer, unfortunately it didn’t change anything 
   at all 🙁
 *  Theme Author [Takao Utsumi](https://wordpress.org/support/users/utsumit/)
 * (@utsumit)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/contentsidebar-width-responsive/#post-8776905)
 * It’s strange, did you delete your code and add the code after style.css?
 *  Thread Starter [erwanji](https://wordpress.org/support/users/erwanji/)
 * (@erwanji)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/contentsidebar-width-responsive/#post-8777164)
 * No, I used the custom CSS thingy, I didn’t know I had to go directly in the theme(
   I don’t want to use a child theme).
 *  Theme Author [Takao Utsumi](https://wordpress.org/support/users/utsumit/)
 * (@utsumit)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/contentsidebar-width-responsive/#post-8777183)
 * Did you delete the following code?
 *     ```
       #primary {
       width: 75%;
       }
   
       #secondary {
       width: 25%;
       }
       ```
   
 * If the code remains, my code doesn’t work.
    -  This reply was modified 9 years, 5 months ago by [Takao Utsumi](https://wordpress.org/support/users/utsumit/).
 *  Thread Starter [erwanji](https://wordpress.org/support/users/erwanji/)
 * (@erwanji)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/contentsidebar-width-responsive/#post-8780859)
 * Yes I did.
 *  Theme Author [Takao Utsumi](https://wordpress.org/support/users/utsumit/)
 * (@utsumit)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/contentsidebar-width-responsive/#post-8781394)
 * I think your customization or some plugins cause the problem.
    In this case, 
   I need to see your site.
 *  Thread Starter [erwanji](https://wordpress.org/support/users/erwanji/)
 * (@erwanji)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/contentsidebar-width-responsive/#post-8781412)
 * I already deactivated all the plugins once to see and it didn’t make a difference.
   But I’m sure you’re right and I might have done something else that’s causing
   the problem. Thank you for your help. Can you give me a way to message you privately
   to communicate the necessary login info to you?
 *  Theme Author [Takao Utsumi](https://wordpress.org/support/users/utsumit/)
 * (@utsumit)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/contentsidebar-width-responsive/#post-8781446)
 * Please use the support form.
    [http://themegraphy.com/support/](http://themegraphy.com/support/)(
   The email support is only for paid users. However if you could purchase my theme,
   I will support you.)
 *  Thread Starter [erwanji](https://wordpress.org/support/users/erwanji/)
 * (@erwanji)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/contentsidebar-width-responsive/#post-8781858)
 * Thanks but no thanks, I’m not going to pay for a theme that doesn’t work for 
   me on the assumption that problems might get fixed if I do pay for it, that’s
   not a decent way to work things out. I’ll figure it out myself and move on to
   another theme if I can’t fix it simply. Thank you for your time.

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

The topic ‘Content/sidebar width – responsive’ is closed to new replies.

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

 * 10 replies
 * 2 participants
 * Last reply from: [erwanji](https://wordpress.org/support/users/erwanji/)
 * Last activity: [9 years, 5 months ago](https://wordpress.org/support/topic/contentsidebar-width-responsive/#post-8781858)
 * Status: not resolved