Title: MailPoet close button
Last modified: February 7, 2023

---

# MailPoet close button

 *  Resolved [0cmdr](https://wordpress.org/support/users/0cmdr/)
 * (@0cmdr)
 * [3 years, 3 months ago](https://wordpress.org/support/topic/mailpot-close-button/)
 * I have very big close button on when i use pop-up or slide-in window. Already
   try put to custom CSS form (from other topic)
 *     ```wp-block-code
       .editor-entry img {
       height: auto;
       width: auto !important;
       }
       ```
   
 * Can someone help how to fix this?
    -  This topic was modified 3 years, 3 months ago by [0cmdr](https://wordpress.org/support/users/0cmdr/).
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fmailpot-close-button%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Thread Starter [0cmdr](https://wordpress.org/support/users/0cmdr/)
 * (@0cmdr)
 * [3 years, 3 months ago](https://wordpress.org/support/topic/mailpot-close-button/#post-16447783)
 * Ok so I fix this by add other code to the custom CSS
 *     ```wp-block-code
       #container{
           max-width: 400px;
           overflow: hidden;
       }
       img{
           width: auto;
           object-fit: contain;
       }
       ```
   
    -  This reply was modified 3 years, 3 months ago by [0cmdr](https://wordpress.org/support/users/0cmdr/).
 *  Plugin Support [Kel C. a11n](https://wordpress.org/support/users/kellymetal/)
 * (@kellymetal)
 * [3 years, 3 months ago](https://wordpress.org/support/topic/mailpot-close-button/#post-16468988)
 * Hi there [@0cmdr](https://wordpress.org/support/users/0cmdr/),
 * Glad to hear you were able to get that working on your site, and thank you for
   sharing the code that worked for you. The default styling can sometimes break
   when conflicting with code coming from themes or other plugins, and the necessary
   CSS to fix it would depend on the specific theme/plugin. Hopefully your snippet
   can help someone else that comes across it.
 * I’m going to mark this as resolved, but if you have any other questions, please
   feel free to open a new thread! Take care, and have a wonderful day.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘MailPoet close button’ 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

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

 * 2 replies
 * 2 participants
 * Last reply from: [Kel C. a11n](https://wordpress.org/support/users/kellymetal/)
 * Last activity: [3 years, 3 months ago](https://wordpress.org/support/topic/mailpot-close-button/#post-16468988)
 * Status: resolved