• when looking on the site from smartphone. the page is wider than the screen (seems like page can’t get smaller than 910px) and so the verification form is’nt in the middle of the screen and user cant see it unless he scrolls horizontly
    (it’s caentered to the page..but the page is’nt cantered)

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Phil

    (@philsbury)

    Hi,

    on your site there’s some JS changing the viewport scaling to 10, if you remove that does it work?

    Line 16:
    document.querySelector('meta[name=viewport]').setAttribute('content','width=device-width,initial-scale=1.0,maximum-scale=10.0,user-scalable=1');
    
    Thread Starter d_wolf

    (@d_wolf)

    …i updated the plugin to the latest version and now it seems to look good on mobile phones too!
    did you change anything?

    • This reply was modified 7 years, 2 months ago by d_wolf.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘view issues on mobile phones’ is closed to new replies.