Title: Make theme unresponsive?
Last modified: August 21, 2016

---

# Make theme unresponsive?

 *  Resolved [kancur](https://wordpress.org/support/users/kancur/)
 * (@kancur)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/make-theme-unresponsive/)
 * Hi, is there a way to make the theme unresponsive? Fixed width? Thank you 🙂

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

 *  Thread Starter [kancur](https://wordpress.org/support/users/kancur/)
 * (@kancur)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/make-theme-unresponsive/#post-4454067)
 * By changing something in css or so? Thanks
 *  Thread Starter [kancur](https://wordpress.org/support/users/kancur/)
 * (@kancur)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/make-theme-unresponsive/#post-4454069)
 * I managed to do it by changing all [@media](https://wordpress.org/support/users/media/)
   resolutions to the desired ones. I’m sure it’s very stupid way of doing it, but
   it works.
 *  Theme Author [Konstantin Kovshenin](https://wordpress.org/support/users/kovshenin/)
 * (@kovshenin)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/make-theme-unresponsive/#post-4454186)
 * Changing the media queries *is* the proper way to alter the responsiveness of
   the theme.
 *  Thread Starter [kancur](https://wordpress.org/support/users/kancur/)
 * (@kancur)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/make-theme-unresponsive/#post-4454187)
 * Thanks 🙂
 *  [Suggymoto](https://wordpress.org/support/users/suggymoto/)
 * (@suggymoto)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/make-theme-unresponsive/#post-4454223)
 * I’ve been trying to do this all evening. Can you post what you changed in more
   detail please?
 *  Thread Starter [kancur](https://wordpress.org/support/users/kancur/)
 * (@kancur)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/make-theme-unresponsive/#post-4454225)
 * I just faked it somehow by changing WIDTH to the desired one. I do not recommend
   doing it this way, there definitely is a way to do it the normal way 🙂
 * [@media](https://wordpress.org/support/users/media/) (max-width: 960px) {
    #page{
   width: 1120px; } [@media](https://wordpress.org/support/users/media/) (max-width:
   900px) { #page { width: 1120px; }
 * (sorry for late noticing of your post)
 *  [napoly](https://wordpress.org/support/users/napoly/)
 * (@napoly)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/make-theme-unresponsive/#post-4454233)
 * hi kancur i try the same you but not work 🙁
    my website is: [http://www.polinphone.com](http://www.polinphone.com)
   could you tell me clearly thz in advance
 *  Thread Starter [kancur](https://wordpress.org/support/users/kancur/)
 * (@kancur)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/make-theme-unresponsive/#post-4454234)
 * in css file of the theme, i changed all the resolutions under media queries to
   the resolution I want… I’m sorry I dont remember clearly what is the name of 
   the css file or so. Just change all the resolutions
    to the one you wish.
 * [@media](https://wordpress.org/support/users/media/) (max-width: 960px) {
    #page{
   width: 1120(change this value)px; }
 *  Thread Starter [kancur](https://wordpress.org/support/users/kancur/)
 * (@kancur)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/make-theme-unresponsive/#post-4454235)
 * in css file of the theme, i changed all the resolutions under media queries to
   the resolution I want… I’m sorry I dont remember clearly what is the name of 
   the css file or so. Just change all the resolutions
    to the one you wish.
 * [@media](https://wordpress.org/support/users/media/) (max-width: 960px) {
    #page{
   width: 1120(change this value)px; }

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

The topic ‘Make theme unresponsive?’ is closed to new replies.

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

## Tags

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

 * 9 replies
 * 4 participants
 * Last reply from: [kancur](https://wordpress.org/support/users/kancur/)
 * Last activity: [11 years, 9 months ago](https://wordpress.org/support/topic/make-theme-unresponsive/#post-4454235)
 * Status: resolved