Hello everyone! I have a question, how can I Force my website so that if I open it from mobile then it shows the desktop view? More info in the comment. Thanks to all who will reply!

[ad_1]

I tried removing the line of code “meta viewport” in header.php, but my current theme (saasify) doesn’t allow me to do that. I tried also a plugin called mobile detect, but it doesn’t work. Any other suggestion on how I could make that happen?

[ad_2]
2 Comments
  1. Can you shoot a link to your site?

    There are probably mobile styles that are being activated on smaller screen sizes. Usually these are in the theme’s main style.css stylesheet. You’ll see media queries that activate on certain screen sizes ex:

    `/* On screens that are 992px or less, set the background color to blue */`
    `@media screen and (max-width: 992px) {`
    `body {`
    `background-color: blue;`
    `}`
    `}`

    You could potentially remove the media query CSS but it’s hard to say without looking at the code first. You also might want to create a child theme so you can experiment with changes without messing up your original theme. 🙂

    Hope that helps.

 

This site will teach you how to build a WordPress website for beginners. We will cover everything from installing WordPress to adding pages, posts, and images to your site. You will learn how to customize your site with themes and plugins, as well as how to market your site online.

Buy WordPress Transfer