Title: PopUp Mobile Responsive Issue
Last modified: May 17, 2021

---

# PopUp Mobile Responsive Issue

 *  Resolved [aeroforceone88](https://wordpress.org/support/users/aeroforceone88/)
 * (@aeroforceone88)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/popup-mobile-responsive-issue/)
 * 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](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fpopup-mobile-responsive-issue%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  Plugin Author [Bruna a11n](https://wordpress.org/support/users/bruberries/)
 * (@bruberries)
 * [5 years ago](https://wordpress.org/support/topic/popup-mobile-responsive-issue/#post-14485289)
 * Hi [@aeroforceone88](https://wordpress.org/support/users/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](https://wordpress.org/support/users/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](https://wordpress.org/support/users/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.

 * ![](https://ps.w.org/mailpoet/assets/icon-256x256.png?rev=3284564)
 * [MailPoet - Newsletters, Email Marketing, and Automation](https://wordpress.org/plugins/mailpoet/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/mailpoet/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/mailpoet/)
 * [Active Topics](https://wordpress.org/support/plugin/mailpoet/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/mailpoet/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/mailpoet/reviews/)

## Tags

 * [mobile](https://wordpress.org/support/topic-tag/mobile/)

 * 1 reply
 * 2 participants
 * Last reply from: [Bruna a11n](https://wordpress.org/support/users/bruberries/)
 * Last activity: [5 years ago](https://wordpress.org/support/topic/popup-mobile-responsive-issue/#post-14485289)
 * Status: resolved