Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Menu looks inconsistent with different screen resolutions. Re: Menu looks inconsistent with different screen resolutions.

#105822

UPDATE: The issue with the larger screen resolution does not seem to be a CSS issue. I’ve checked this on a few more set-ups and only computers running windows 7 (and with any resolution) show the wrapping menu. It just so happened that the first two screens where I saw the menu wrapping had a res of 1900 x 1080 and were running w7. So . . . nevermind on that, I guess.

But, I’m still trying to figure out the mobile issue. I’ve just read that mobile browsers increase the font size of wide blocks. I added the following css to the body element but . . . still . . . the menu is wrapping on my android:

-webkit-text-size-adjust: 100%;
-moz-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;