• Resolved Chris

    (@chrisnawojczyk)


    After installing Contact Form 7 I noticed the margin pushes the contact form flush to the left instead of centered with the body and text.

    I tried to fix this issue with CSS but there is something tricky going on with the coding. Any assistance would be great. Thanks.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Try this in Appearance->Customize->Additional CSS

    #site-content .post-inner .wpcf7 {
        margin: auto;
    }
    Thread Starter Chris

    (@chrisnawojczyk)

    Thank you, Jarret. It worked! I checked the responsiveness and it seems to carry over.

    I originally tried a similar code for .wpcf7 upon inspection.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Contact Form 7 Plugin: Form Aligned Left’ is closed to new replies.