Topic: White line showing up on right of mobile gallery (iPhone 6+) [SOLVED]
Hello,
You can see on one of my sites' galleries, http://www.mattytat.com/artwork/artwork for example, that there is a white line showing up on the right of the entire page (on an iPhone 6 plus at least), and I'm pretty sure it wasn't there until I did the recent 1.4.4 update (I just did the hotfix one today, but read that it's the same JS and CSS, just that new meta tag, which I put on my pages anyways even though I don't think I'm using a full screen gallery).
Do you have any idea where that white line is coming from, is it by design? It's hard to troubleshoot because it's a "mobile view", so I can't just resize my browser to replicate it.
Also, with the new metatag, does that take the "place of" the regular viewport tag? (I had just <meta name="viewport" content="width=device-width, initial-scale=1.0" /> before, and I replaced it with <meta id="jb-viewport" name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1, maximum-scale=1, user-scalable=0"/> . Since the new metatag has an ID, should I keep my older one too or is it redundant with the new one?
thanks!