• Resolved richardgage

    (@richardgage)


    I’ve created a nice popup form with a background which displays well on the desktop format. But on the smartphone it doesn’t display the background image – just the text. So, insteated of seeing the background image it’s just text of the pop-up form directly overlaid on the text of the webpage below. UGLY!

    Help!

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

Viewing 1 replies (of 1 total)
  • Plugin Support Ojoma a11n

    (@geraltrivia)

    Hello there @richardgage ,

    Thank you for reaching out to us.

    Background and other images are removed from mobile device pop-up forms for responsiveness.

    However, you can force it to be displayed by this CSS code:

    @media screen and (max-width: 499px) {
    .mailpoet_form_image {
    display: block;
    }
    }

    We recommend adding the custom CSS to??WordPress Admin > Appearance > Customize > Additional CSS.?This CSS editor can apply CSS to any or all portions of your website.

    I hope this helps.

    Of course, feel free to reach out to us if you need any more help or have other questions and we’d be happy to help.

Viewing 1 replies (of 1 total)
  • The topic ‘Background image in Popup form for email signups doesn’t display on Smartphones’ is closed to new replies.