Hello,
I am creating a subtheme of your "OM 2 HTML5" theme (used together with om maximenu) at the moment and have a little problem:
If I look at my website on my andoid smartphone (800x480 pixel display), I am not able to zoom out enough so that my complete website fits on the screen.
I have created several websites based on drupal 7, each with a different theme but the same fixed width of 970 pixel. And all of them can be zoomed out so that they fit completely on my smartphone screen.
Only the website with the subtheme of OM 2 HTML 5 can not be zoomed out enough and about 20% of the width is out of the screen area and I must scroll to reach it. If I use another theme on that website, I can zoom out enough to see the complete website on my smartphonescreen.
Interesting: This problem happens with
- my own subtheme of OM 2 HTML 5
- the included OM Subtheme and OM HTML5 Subtheme
- your demos http://drupal7-om.danielhonrade.com/
Any idea why this is happening?
Comments
Comment #1
Stephen.K commentedOK, I answer myself ;)
The problem was the viewport setting "min-zoom" in the theme.info-file. Lowering the number made it possible to zoom out, so that my complete website was shown on the screen.
Comment #2
danielhonrade commentedthanks