• Resolved sarana01

    (@sarana01)


    Hi:) I decided to give your popup a try. I love its typography especially.

    At the moment, when the popup opens on the page, the text “enter your name” and “enter your email” are bumping against the border. A little thing, I know, but God is in the details, what can I say?

    I tried to use the setting, padding for those fields. You can see it works on your dashboard, but not when it’s published.

    Can this be fixed?

    Many thanks!

    This is the image: https://imgur.com/a/Y6RqipT

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

Viewing 1 replies (of 1 total)
  • Plugin Support Erica Franz

    (@ericakfranz)

    Hi @sarana01 ??

    It looks like your site’s active theme is forcing no padding on all input field indiscriminately – https://a.supportally.com/i/vnlKP8

    The best solution, would be to remove the !important declaration from that style so it doesn’t force override the settings in your campaigns. That will resolve the issue and prevent it from affecting future campaigns you create.

    Alternatively, you can add the following CSS to your campaign directly using our Custom CSS tool (this will also need to be done to all future campaigns you create):

    html div#om-{{id}} input[type=text], 
    html div#om-{{id}} input[type=email] { padding: 10px 6px !important; }

    You would want to adjust the exact padding values as desired.

Viewing 1 replies (of 1 total)
  • The topic ‘Padding is not working on popup’ is closed to new replies.