Title: disable responsive
Last modified: August 30, 2016

---

# disable responsive

 *  [jodokkk](https://wordpress.org/support/users/jodokkk/)
 * (@jodokkk)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/disable-responsive-12/)
 * Hey guys
 * I’m somehow not able to disable the responsiveness of the theme. I really like
   it, but my client wants a fixed width for every window size (960px).
 * Could anyone tell me how to make this work?
 * Thank you very much.
 * Greetings
    jodokkk

Viewing 1 replies (of 1 total)

 *  [Michael](https://wordpress.org/support/users/mh-themes/)
 * (@mh-themes)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/disable-responsive-12/#post-6618368)
 * Hi jodokkk,
 * please keep in mind that nowadays it isn’t a good idea at all to have a website
   which is not responsive, especially not since Google made this a ranking criteria.
   That means you might want to recommend your client to change his mind… 🙂
 * Anyway, in case the theme doesn’t have an option to disable the responsive layout,
   you would need to modify all elements which are responsive at the moment, for
   example:
 *     ```
       .site-container {
           width: 960px !important;
           margin: 0 auto;
       }
       ```
   
 * In general you would need to customize or remove all affected CSS within the 
   media queries in the stylesheet (_style.css_).
 * If you plan to do this, it’s also recommended to create a [child theme](https://codex.wordpress.org/Child_Themes)
   first. Otherwise these changes will be lost after every theme update.

Viewing 1 replies (of 1 total)

The topic ‘disable responsive’ is closed to new replies.

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

## Tags

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

 * 1 reply
 * 2 participants
 * Last reply from: [Michael](https://wordpress.org/support/users/mh-themes/)
 * Last activity: [10 years, 5 months ago](https://wordpress.org/support/topic/disable-responsive-12/#post-6618368)
 * Status: not resolved