• Hi, I would like to show the website on the phont just the same as on the computer, but my theme is responsive, so it changes the website on mobile devices. Where and how can I change it, so that it will be the same as on PC?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    You’ll really need to dig into the theme’s CSS to do that. What theme are you using?

    It’s not a very good idea to remove the responsiveness of your theme. The chance is high your website becomes unreadable on a small screen.

    Add <meta name=”viewport” content=”960px”> to your header.php – replacing the one that’s there

    960px is, of course, whatever fixed size you need. The site will then scale on a smaller viewport.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to disable responsivness of the website’ is closed to new replies.