[Forminator Pro] horizontal newsletter signup-form text+e-mail-input+submit-button

0

I want to have a horizontal signup-form for my newsletter – but when trying to achieve that the submit-button cannot be placed in the horizontal setup – it is perhaps the html that prevents it from being on the same line as the text+e-mail-input-field+submit-button

  • Joker
    • Design Lord, Child of Thor

    You can use custom CSS to do this or ask the support help, they will provide you with the code directly
    something like this might work for three columns (name, email, submit button) but you need to changes classes as per your fields
    you must change module number too, this will only apply to desktop version!
    @media only screen and (min-width: 980px) {
    #forminator-module-505 {
    display: grid;
    grid-template-columns: 9fr 1fr 1fr;
    }

    #forminator-module-505 .forminator-button-submit {
    margin: 20px !important;
    }

    }

  • Kris Tomczyk
    • Ex Staff

    Hi Jacob Joker

    I made a review in our system and from what I see we already have an improvement task for Hustle and this will be supported in future updates. I pinged our Forminator Team do we have any task for this, as this really sounds like a cool feature to have the ability to control all fields in 1 line, including the submit button.

    As for now, the only solution is to use CSS to move that button to the same row.

    Kind Regards,
    Kris