My popup is not responsive

The popup on my site doesn’t work well on the mobile devices.

  • Mwale Kalenga
    • Zambian Dev

    Hi Sander,

    I exported your popup and tried it on my test installation, with the default WP theme and no other plugins active, but couldn’t replicate the issue there. So it seems that it’s something specific to your site.

    You could perform a conflict test to see what is causing it but you can also apply this simple CSS fix that should make the popup look better on your site:

    .hustle-ui.hustle-popup {
    -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
    }

    Please add this code using a Custom CSS plugin or using the Additional CSS option under Appearance > Customize.

    Please let us know if that works or if you need any help implementing the fix :slight_smile:

    Kind regards,
    Mwale