• Hey All,

    I want to create an inline form for a newsletter signup. But no matter what I am doing, the form fields and the “send” button are not on the same line. Even when I download predefined templates from Elementor, they are displayed incorrectly.

    See the attached files:
    https://ibb.co/TBhLdgY
    https://ibb.co/GvxBykm

    I already tried troubleshooting the problem, with no results. ( Deactivating Plugins/Change Theme to 2020)

    Please Help.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Try This. Put this code on your custom css field.

    .elementor-button {
    outline-style: none;
    margin: 15px auto;
    }

    .elementor-field {
    margin: 15px auto;
    }

    increase the pixel number or decrease it. each web will have different parameters, because it depends on the theme you are using.

    Example on my homepage : hajarsabrani.com

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Elementor Form is not inline’ is closed to new replies.