• Hi, on this page the button position was smashed up. The “send” button should be on the right side under the text field on the same height like the clear button (“zurücksetzen”). It regards the view on any devices. How can I fix it? Thank you in advance!

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

Viewing 1 replies (of 1 total)
  • hi @tengri
    in the form template you need to enclose the buttons inside a container (with a little of style) to align to the right the buttons. In this way:

    // the form input fields
    <p style="display: flex;justify-content: flex-end;">
    <input type="reset" value="zurücksetzen" class="wpcf7-form-control wpcf7-submit" />
    [submit "Senden"]
    </p>

    hope it helps!

Viewing 1 replies (of 1 total)
  • The topic ‘Button position messed up’ is closed to new replies.