• Resolved davehippo

    (@davehippo)


    Have created a pop-up (and even an embed) which looks fine in the preview, however as soon as it is put live on the site the height of the padding/margin seems to go wonky and I end up with this weird second box below my input field.

    I assume this can be fixed with custom CSS I just cannot seem to get there myself. Please help!

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Predrag – WPMU DEV Support

    (@wpmudev-support1)

    Hi @davehippo,

    Hope you’re doing well 🙂

    It seems that your theme has some CSS that applies bottom margin to all input fields on site, including the ones that are coming from other plugins, in this case Hustle.

    Can you try applying this CSS fix and see if that does the trick for you:

    #top .hustle-modal-body input[type=email] {
        margin-bottom: 0;
    }

    WordPress offers Custom CSS field inside Appearance > Customizer but if your theme disables this and it doesn’t have its own CSS field you may wish to use a child theme or a plugin like this one for this additional CSS. That way you’re protected when you come to upgrade.

    Cheers,
    Predrag

    Thread Starter davehippo

    (@davehippo)

    That’s done it! Fantastic, thank you!

    Plugin Support Pawel – WPMU DEV Support

    (@wpmudev-support9)

    Hello @davehippo

    Glad to see that the issue is fixed!

    I’ve marked this ticket as resolved for now, but if you need anything else at all, we’re here for you, please just reopen the ticket or create a new one.

    Have a good day!

    Cheers,
    Nastia

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Pop-up showing extra box’ is closed to new replies.