• Resolved 0cmdr

    (@0cmdr)


    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)

    .editor-entry img {
    height: auto;
    width: auto !important;
    }

    Can someone help how to fix this?

    • This topic was modified 2 years, 1 month ago by 0cmdr.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter 0cmdr

    (@0cmdr)

    Ok so I fix this by add other code to the custom CSS

    #container{
        max-width: 400px;
        overflow: hidden;
    }
    img{
        width: auto;
        object-fit: contain;
    }

    • This reply was modified 2 years, 1 month ago by 0cmdr.
    Plugin Support kellymetal a11n

    (@kellymetal)

    Hi there @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.