• Resolved rosbiffer

    (@rosbiffer)


    Is there a way of getting the submit button onto the same line as the field ie for use in a footer? I’d like a newsletter subscription form which is just a box for an email plus a submit button.

Viewing 1 replies (of 1 total)
  • Plugin Support RegistrationMagic Support

    (@registrationmagicsupport)

    For the desired changes, you will have to updated the CSS as following:

    #yourSectionId .rmagic .rmagic-form div[id*=”rm_form_page_form”],
    #yourSectionId .rmagic-form.rmagic-form-btn-center .buttonarea{
    width:50%;
    float:left
    }

    Update “#yourSectionId” according to your selector.

    We hope this information is helpful.

Viewing 1 replies (of 1 total)
  • The topic ‘Submit button on same line’ is closed to new replies.