• Resolved anilky

    (@anilky)


    I see extra space at the bottom of the form. I’ve checked in the backend, but I don’t see any other container with margin/padding added at the bottom. I looked at Appearance > Form Container (in Forminator options) for spacing related thing, and the Padding is already set to ‘None’. To see an example, click on ‘Buy now’ button right at the beginning of the page (link I’ve already mentioned). The popup that opens contains the form. I’m seeing the same pattern in forms embedded on pages.

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support Zafer – WPMU DEV Support

    (@wpmudevsupport15)

    Hi @anilky,

    I hope you are doing well today!

    I could not see any extra space at the bottom after clicking on “Buy now” button. Here, you can see my screenshot https://prnt.sc/pHERoigeOJMs

    Please check and provide us with screenshot of the form with extra space at the bottom and how we can see it on the page.

    Kind regards,
    Zafer

    Thread Starter anilky

    (@anilky)

    Thanks for your response.

    It got changed. Sorry about that. You can check the same page and the same button. I’ve set all container/column margins to be zero, but there is still space at the bottom.

    I saw another issue regarding font size of ‘Submit’ button. My settings for font are: Appearance > Fonts > Theme Fonts. The output is 14px, even though I’ve set 15px as Button font size in theme global typography setting.

    Plugin Support Zafer – WPMU DEV Support

    (@wpmudevsupport15)

    Hi again @anilky,

    This is what I see on my screen now : https://prnt.sc/qcDl8ndBcgeo

    You can try adding the following CSS codes into your WordPress Dashboard->Appearance->Customize->Additional CSS section.

    – For margin issue

    .stk-row.stk-inner-blocks.stk-block-content.stk-content-align.stk-11fa1d0-column {
        margin: 20px !important;
    }

    – For Submit button font size

    button.forminator-button.forminator-button-submit {
        font-size: 15px !important;
    }

    Kind regards,
    Zafer

    Plugin Support Amin – WPMU DEV Support

    (@wpmudev-support2)

    Hello @anilky ,

    We haven’t heard from you for over a week now, so it looks like you don’t need our assistance anymore.

    Feel free to re-open this ticket if needed.

    Kind regards
    Kasia

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Extra space at the bottom of form’ is closed to new replies.