• Resolved evanhall

    (@evanhall)


    I have read a couple of other instances of this happening. I have searched all forums and cannot seem to locate a solution.

    I have an unnecessary bottom padding that is being added to the bottom of the text box.

    I have opened inspector and looked at the div to notice that there is 27px of bottom padding. When I disable it in inspector, the box looks perfect. However, I’m on managed WordPress so I can’t go in and fix this in cPanel.

    I’ve read what you mentioned about going to settings < misc < and disabling caching, and that didn’t seem to do the trick either. Any idea what I can do here? I would love to remove that padding from the bottom. It’s driving me nuts.

    • This topic was modified 3 years, 4 months ago by evanhall.
    • This topic was modified 3 years, 4 months ago by evanhall.

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Maria T

    (@mariatogonon)

    Hello @evanhall – we do apologize for this inconvenience.

    We are sorry to hear that you are seeing this unwanted border on your popup.

    This is happening because a default accessibility feature in popular browsers is clashing with our accessibility defaults. Please could you use this workaround for now? See this link: https://gist.github.com/marklchaves/12ffe01c4aadf938caa23b4f0ca33681

    We’ll add that CSS workaround as a permanent fix in the next release. Sorry again for the inconvenience.

    Hope this helps. If that works for you then we would very much appreciate it if you could quickly rate the plugin, just to help us spread the word.

    Have a great day!

    Plugin Support mark l chaves

    (@mlchaves)

    Hi @evanhall,

    It looks like your paragraph tags (maybe from the theme) have a default bottom padding of 27px.

    If you want to override that for your Popup Maker popups, please try this CSS.

    
    .pum-content.popmake-content p {
        padding-bottom: 5px; /* Change to what you want. */
    }
    
    

    You can add that CSS under?Appearance?>?Customize?>?Additional CSS.

    Let us know how that goes ??

    • This reply was modified 3 years, 4 months ago by mark l chaves. Reason: Clarification
    Thread Starter evanhall

    (@evanhall)

    That fixed it all. Thank you providing a fix! I greatly appreciate it. And yes – I will provide a great review for this plugin ??

    Cheers!

    Maria T

    (@mariatogonon)

    Hi there @evanhall – we’re glad to hear that it works for you and on behalf of Mark, you are most welcome! ?? Should you have further questions, please don’t hesitate to reach us back.

    Have a great day!

    Cheers

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘27px of unwanted padding on bottom of popup’ is closed to new replies.