Title: Responsive Webdesign
Last modified: August 30, 2016

---

# Responsive Webdesign

 *  [schmitt77](https://wordpress.org/support/users/schmitt77/)
 * (@schmitt77)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/responsive-webdesign-1/)
 * Hello, is it possible to disable the responsive Webdesign. So that the Website
   is shown on Smartphone the same way as on the desk Version.

Viewing 1 replies (of 1 total)

 *  [Biplav](https://wordpress.org/support/users/bplv/)
 * (@bplv)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/responsive-webdesign-1/#post-6255035)
 * Hello,
    Yes it is possible to make you site “un-responsive from responsive”. 
   But you will have to make the changes on the child theme rather than on the core
   file of the parent theme, just to keep your tweaks and updates safe and sound.
   To know more about child themes and view the child theme for this parent theme
   go to:- [http://catchthemes.com/blog/create-child-theme-wordpress/](http://catchthemes.com/blog/create-child-theme-wordpress/)
 * After, that go to the functions.php file on your child theme and paste the following
   code.
 *     ```
       function catchbase_remove_media_queries() {
       wp_dequeue_style( 'catchbase-responsive' );
       }
       add_action( 'wp_enqueue_scripts', 'catchbase_remove_media_queries', 20 );
       ```
   
 * That might solve your problem.
    If you have any more queries and you want quick,
   fast and reliable response please visit the themes official support forum :- 
   [https://catchthemes.com/support-forum/forum/catch-base-free/](https://catchthemes.com/support-forum/forum/catch-base-free/)
 * regards,
    bplv

Viewing 1 replies (of 1 total)

The topic ‘Responsive Webdesign’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/catch-base/3.5.2/screenshot.png)
 * Catch Base
 * [Support Threads](https://wordpress.org/support/theme/catch-base/)
 * [Active Topics](https://wordpress.org/support/theme/catch-base/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/catch-base/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/catch-base/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Biplav](https://wordpress.org/support/users/bplv/)
 * Last activity: [10 years, 1 month ago](https://wordpress.org/support/topic/responsive-webdesign-1/#post-6255035)
 * Status: not resolved