Title: Non-Responsive Theme
Last modified: August 26, 2021

---

# Non-Responsive Theme

 *  [chackem](https://wordpress.org/support/users/chackem/)
 * (@chackem)
 * [4 years, 9 months ago](https://wordpress.org/support/topic/non-responsive-theme-3/)
 * I want to create a site with 2 very distinct themes. One is the Desktop theme,
   which would be Astra. What I want is the layout to be a fixed width (for example:
   1200px) and if the viewport is less than that, instead of adjusting, the layout
   stays exactly the same, but with a scrollbar for the width. I cannot figure out
   how to do this with any wordpress themes I’m testing. Even setting min-width:
   100% and overflow-x seems to have no effect.
 * I would then have a second theme that is specifically for mobile users that would
   display very differently.
 * Is this possible short of rolling my own that doesn’t use bootstrap or similar?

Viewing 1 replies (of 1 total)

 *  [Herman Asrori (BSF)](https://wordpress.org/support/users/bsfherman/)
 * (@bsfherman)
 * [4 years, 9 months ago](https://wordpress.org/support/topic/non-responsive-theme-3/#post-14815586)
 * Hi [@chackem](https://wordpress.org/support/users/chackem/),
 * What you were trying to do is actually contrary to the concept of a responsive
   theme. I believe all of the WordPress themes that are still developed actively
   by its authors are now responsive. Though some of them might have a feature to
   disable it.
 * On Astra, you can do that by copying the `header.php` file to your child theme
   and delete
 * `<meta name="viewport" content="width=device-width, initial-scale=1">`
 * on line 23.
 * I hope it will help.
 * Kind regards,
    Herman 🙂

Viewing 1 replies (of 1 total)

The topic ‘Non-Responsive Theme’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/astra/4.13.4/screenshot.jpg)
 * Astra
 * [Support Threads](https://wordpress.org/support/theme/astra/)
 * [Active Topics](https://wordpress.org/support/theme/astra/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/astra/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/astra/reviews/)

## Tags

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

 * 1 reply
 * 2 participants
 * Last reply from: [Herman Asrori (BSF)](https://wordpress.org/support/users/bsfherman/)
 * Last activity: [4 years, 9 months ago](https://wordpress.org/support/topic/non-responsive-theme-3/#post-14815586)
 * Status: not resolved