• Resolved aeroforceone88

    (@aeroforceone88)


    Hello,
    I want to use a pop-up form. Unfortunately, the responsive design does not work.
    No matter what I set up (width % or px), the mobile version does not change. It is always to big on the right edge so that the close button won’t show.

    Is there any css-code that I can add easily?

    Thanks for your help!

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

Viewing 1 replies (of 1 total)
  • Plugin Author Bruna a11n

    (@bruberries)

    Hi @aeroforceone88,

    I see you’re not using an Elementor form, but I’d like to help you with the MailPoet subscription form.

    Is there any css-code that I can add easily?

    Yes. In this case, you’ll need to use the @media CSS rule. It is used in media queries to apply different styles for different media types/devices, so you can have more control over how the pop-up form is displayed on your website.

    It should be something similar to this:

    @media screen and (max-width: 600px) {
    body {
    }
    }

    And then you can set up a specific width for it.

    I hope it helps!

Viewing 1 replies (of 1 total)

The topic ‘PopUp Mobile Responsive Issue’ is closed to new replies.