• Another question: The site does not look so great on iphone or android. Is there a way to optimize the site for mobile devices that may view it?

    Thank you.

Viewing 1 replies (of 1 total)
  • I had the same problem, I was able to fix it by changing the viewport in the header.php

    default:
    <meta name=”viewport” content=”width=device-width”>

    changed to:
    <meta name=”viewport” content=”width=device-width, initial-scale=1″>

    After that, it looks great on all devices

Viewing 1 replies (of 1 total)

The topic ‘Mobile Optimization’ is closed to new replies.