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

    (@wpmudev-support1)

    Hi @siqve006,

    Can you tell us which confirmed bug ticket are you referring to because I don’t see any large gaps on my test forms so it’s possible that it was an older report that was already addressed.

    If you do have this issue on your site could you share the URL of the page with the form?

    Cheers,
    Predrag

    Thread Starter dev grl

    (@siqve006)

    https://hogarhispano.flywheelsites.com/contact/

    I used a negative margin to resolve temporarily.

    Plugin Support Predrag – WPMU DEV Support

    (@wpmudev-support1)

    Hi @siqve006,

    Thanks for the URL, I found the margin you are referring to and can see the spacing increased when removed.
    However, this seems to be specific to global CSS that was added by Elementor on your site.
    In your /wp-content/uploads/elementor/css/global.css file there’s this code:

    .elementor-widget-text-editor {
        color: var( --e-global-color-text );
        font-family: var( --e-global-typography-text-font-family ), Sans-serif;
        font-size: var( --e-global-typography-text-font-size );
        font-weight: var( --e-global-typography-text-font-weight );
        line-height: var( --e-global-typography-text-line-height );
    }

    And the last attribute, line-height: var( –e-global-typography-text-line-height );, is what seems to be causing the issue as the spacing is fine what that is disabled in browser dev tools.

    Not sure what’s the reason for this code but you could try excluding it from your form page to avoid this issue.

    Cheers,
    Predrag

    Thread Starter dev grl

    (@siqve006)

    Ah ok good to know it is just related to the theme.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘big space between last field and submit button’ is closed to new replies.