Reply To: Popup not displaying correctly on mobile browsers

Home Forums Support Popup not displaying correctly on mobile browsers Reply To: Popup not displaying correctly on mobile browsers

Home Forums Support Popup not displaying correctly on mobile browsers Reply To: Popup not displaying correctly on mobile browsers

#106503
Tom
Lead Developer
Lead Developer

Hi there,

That’s weird – it has a fixed width set as an inline style, I wonder how TwentyFifteen made it responsive.

For GP, try some CSS like this:

@media (max-width:768px) {
      .jBox-content {
            width: auto !important;
      }
}

Let me know 🙂