Support » Fixing WordPress » turning off mobile view for responsive website HELP!!

  • turning off mobile view for responsive website HELP!!

    HEY,

    my website is:
    http://www.simonmitas.com, I am using the responsive theme.

    I have removed the <meta name=”viewport” content=”width=device-width” /> from the header.php

    and the responsive has turned off.. its fine but it doesn’t look like the desktop version.. only the header looks great but the content and footer is still in the wrong position.

    (if you could view the website on the mobile and then desktop, you can see what I mean.)

    I cant figure this out.

    Please could anyone help me 🙂

Viewing 1 replies (of 1 total)
  • simonmitas,

    Removing the viewport meta tag like you did is the first step, but you also have to remove the responsive styles in your CSS stylesheet. Look for anything that begins with @media and delete that from your stylesheet. This should do the trick.

    I suggest you backup your stylesheet completely in case you decide to make your theme responsive again. Also keep in mind that responsive themes are more user friendly and better for mobile users, so consider that before you remove all responsive styles.

    Hope that helps!

Viewing 1 replies (of 1 total)
  • The topic ‘turning off mobile view for responsive website HELP!!’ is closed to new replies.