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

#145613
Nina

Hi Tom,

I updated theme. It seems that you added this block

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

But this will only work width smaller than 400px. I think it’s better use just

  @-ms-viewport {
    width:device-width
   }

so then it will always take the whole width