• Hellon im trying to make my website… but i do not sucess to center contact form… (under my slider/header)… i tryed everything (on this forum and google)

    plz help me ! thanks you….

    I just want to center all, the button and the form.

    i use wordpress with WP bakery.

    thanks in advance…

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hello @helping77,

    The width of your site appears to be 1200px, so please try adding this CSS rule to your Dashboard > Appearance > Customize > Additional CSS, don’t forget to click on Publish button:

    form.wpcf7-form {
        max-width: 1200px;
        margin: 0 auto;
    }

    Best regards,
    Yordan.

    Thread Starter helping77

    (@helping77)

    hi, still dosnt work… ??

    Hello @helping77,

    I saw a div tag with col-md-6 and col-sm-6 classes wrapping your input fields. Please remove the extra HTML markup from your Form tab. Just use the <label> and CF7 form tags and try again.

    Best regards,
    Yordan.

    Thread Starter helping77

    (@helping77)

    Thanks for your help…. But i dont know how to do that ? i have to edit the plugin Contact 7 ? ou my Theme ?

    Thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Center contact form…’ is closed to new replies.