Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi,
    ?
    Can you try use the styling codes below to adjust the alignment of your submit button?
    ?
    ?.wpcf7 input[type=”submit”],
    .wpcf7 input[type=”button”] {
    ?
    margin: left;
    ?
    }

    ?Add it via Child Theme or use custom CSS plugin

    ?If that doesn’t work for you, then can I have the URL of your site, where I can see the form? I’ll try to check, using the browser’s developers tools, which elements, need to be modified to align the submit button to the left.
    ?
    ?Thanks

    Thread Starter dkabi

    (@dkabi)

    Hi William

    I did not succeed with this: ?? The url is following:
    https://13.70.199.95/en/more-info-2/ where you can see the form.

    Can you help me further?

    Hi,

    ?Thanks for providing me the URL of your form. Can you try this instead please?
    ?
    ?.wpcf7-submit {
    float: left;
    }
    ?
    ?Thanks

    This is not the perfect way but will work
    <br>
    <p style=”text-align: left; float: left;”><input value=”Contact me” class=”wpcf7-form-control wpcf7-submit” type=”submit”></p>
    <br>
    <br>
    <br>

    just add 1 <br> (break) above and 3 <br> (break) below and add this style to p text-align: left; float: left;

    Thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to align submit button to the left’ is closed to new replies.