Title: Remove responsive feature
Last modified: August 21, 2016

---

# Remove responsive feature

 *  [Pablo Gomez](https://wordpress.org/support/users/plgomez/)
 * (@plgomez)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/remove-responsive-feature/)
 * Hi,
 * I have found that several times the responsive option of a theme is not really
   good and it actually ruins the website. My questions is basically if responsive
   features can be removed from any given theme (not a particular one).
 * I have seen some websites where will prompt the questions on whether to see it
   as responsive or web version (as on a desktop) … is there a plugin for that?
 * Many thanks and look forward to you answer.
    Regards,
 * Pablo

Viewing 15 replies - 1 through 15 (of 16 total)

1 [2](https://wordpress.org/support/topic/remove-responsive-feature/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/remove-responsive-feature/page/2/?output_format=md)

 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [12 years, 1 month ago](https://wordpress.org/support/topic/remove-responsive-feature/#post-4729433)
 * In general how would you remove the responsiveness on all themes? I ask because
   for you to ask for a plugin I assume you know it’s possible to begin with.
 *  Thread Starter [Pablo Gomez](https://wordpress.org/support/users/plgomez/)
 * (@plgomez)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/remove-responsive-feature/#post-4729435)
 * Hi Andrew, thanks for your query but your assumption is incorrect. I do not know
   how to remove responsiveness in any way, hence my post in the forum.
 * I am trying to find ways to remove responsiveness from any given theme either
   with code or plugin.
 * Can you help?
 * Thanks in advance,
    Pablo
 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [12 years, 1 month ago](https://wordpress.org/support/topic/remove-responsive-feature/#post-4729437)
 * Have you used Media Queries before?
 *  [acosmin](https://wordpress.org/support/users/acosmin/)
 * (@acosmin)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/remove-responsive-feature/#post-4729438)
 * Just open style.css, search for [media queries](http://css-tricks.com/css-media-queries/)
   and delete them.
 * It should be something like:
 *     ```
       @media screen and (max-width: 900px) {
       	.classes { styles }
       }
       ```
   
 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [12 years, 1 month ago](https://wordpress.org/support/topic/remove-responsive-feature/#post-4729439)
 * You can’t just delete the media queries [@acosmin](https://wordpress.org/support/users/acosmin/),
   or use a script that does it for you, because who’s to say that media queries
   aren’t used for the desktop version?
 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [12 years, 1 month ago](https://wordpress.org/support/topic/remove-responsive-feature/#post-4729440)
 * [@pablo](https://wordpress.org/support/users/pablo/) Gomez, short answer – No
   there aren’t plugins that do this for a good reason.
 *  Thread Starter [Pablo Gomez](https://wordpress.org/support/users/plgomez/)
 * (@plgomez)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/remove-responsive-feature/#post-4729441)
 * Hi Andrew,
    No, I haven’t used media queries … where can I read? Thanks,
 * P
 *  Thread Starter [Pablo Gomez](https://wordpress.org/support/users/plgomez/)
 * (@plgomez)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/remove-responsive-feature/#post-4729455)
 * [@andrew](https://wordpress.org/support/users/andrew/) Nevins … short answer,
   that’s not a proper answer. I would have appreciated other sort of help. Thanks.
 * Anyone else who can help me please?
 * Regards,
 * Pablo
 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [12 years, 1 month ago](https://wordpress.org/support/topic/remove-responsive-feature/#post-4729458)
 * Can you rephrase your question from “is there a plugin for that?”?
 *  Thread Starter [Pablo Gomez](https://wordpress.org/support/users/plgomez/)
 * (@plgomez)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/remove-responsive-feature/#post-4729462)
 * [@andrew](https://wordpress.org/support/users/andrew/) Nevins,
 * Once again, what I want to do is to find an effective way to remove responsiveness
   from any theme with or without a plugin.
 * Is it clearer now?
    Thanks,
 * Pablo
 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [12 years, 1 month ago](https://wordpress.org/support/topic/remove-responsive-feature/#post-4729463)
 * Yes. There is not a way to remove responsiveness from any theme with or without
   a plugin. Short answer for a short question.
 *  Thread Starter [Pablo Gomez](https://wordpress.org/support/users/plgomez/)
 * (@plgomez)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/remove-responsive-feature/#post-4729468)
 * [@andrew](https://wordpress.org/support/users/andrew/) Nevins,
 * Thanks for that. What about without a plugin, i.e.: changing the code?
    That 
   was also part of the question. Regards,
 * Pablo
 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [12 years, 1 month ago](https://wordpress.org/support/topic/remove-responsive-feature/#post-4729469)
 * All (front-end) responsiveness is set in themes or plugins, or third party services
   and not in the core application that comes with WordPress.
 *  Thread Starter [Pablo Gomez](https://wordpress.org/support/users/plgomez/)
 * (@plgomez)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/remove-responsive-feature/#post-4729473)
 * [@andrew](https://wordpress.org/support/users/andrew/) Nevins,
 * You are really being very annoying and not helpful. If someone like me posts 
   a questions is because we actually do not know the answer, hence, we need your
   help which you are clearly not giving.
 * I would appreciate you please leave this thread as I would like someone from 
   WP to kindly explain things clearly.
 * Regards,
 * Pablo
 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [12 years, 1 month ago](https://wordpress.org/support/topic/remove-responsive-feature/#post-4729476)
 * You already received the answer.

Viewing 15 replies - 1 through 15 (of 16 total)

1 [2](https://wordpress.org/support/topic/remove-responsive-feature/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/remove-responsive-feature/page/2/?output_format=md)

The topic ‘Remove responsive feature’ is closed to new replies.

## Tags

 * [remove](https://wordpress.org/support/topic-tag/remove/)
 * [Themes](https://wordpress.org/support/topic-tag/themes/)

 * 16 replies
 * 3 participants
 * Last reply from: [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * Last activity: [12 years, 1 month ago](https://wordpress.org/support/topic/remove-responsive-feature/page/2/#post-4729478)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
