: On mobile a gray bar appears at the right side of the screen : forensys March 28, 2018, 03:12:01 AM Hi!
On mobile a gray bar appears at the right side of the screen when I swipe right my finger. See the attachments! On the third picture I disabled the "User Scalable On Touchscreen?" option under the Template Options->Main->Responsive Layout, but It's not good because it cuts the text. And I have the latest vertex version. : Re: On mobile a gray bar appears at the right side of the screen : mikek March 28, 2018, 06:59:48 AM Hello,
Please post a url to where this occurs. : Re: On mobile a gray bar appears at the right side of the screen : forensys March 29, 2018, 12:06:37 AM ovijozsa.hu
: Re: On mobile a gray bar appears at the right side of the screen : mikek March 29, 2018, 09:24:14 AM Hello,
Something in your content is actually extending this. Can you try adding the following to custom.css? body { overflow-x: hidden; } If that doesn't work try: body { overflow-x: hidden; width:100%; } If it still doesn't work please private message me ftp access. Make sure to clear your cache after the update though. |