Reply To: Windows Phone scale issue

Home Forums Support Windows Phone scale issue Reply To: Windows Phone scale issue

Home Forums Support Windows Phone scale issue Reply To: Windows Phone scale issue

#144770
Tom
Lead Developer
Lead Developer

That meta tag is already included with the theme.

What I didn’t realize is this CSS was stripped from the minified version of the unsemantic-grid.css file, which is what is being served.

@media (max-width: 400px) {
  @-ms-viewport {
    width: 320px;
  }
}

Can you try adding the above to your child theme CSS and see if it works? I would prefer using the above as it’s the default with the framework.

This was just a case of it being missing from the CSS file that’s being served.

Let me know 🙂