• Resolved Anonymous User

    (@anonymized-11539796)


    Hello All,

    I have been searching far and wide for a resolution on centering the one contact form on my contact page with no luck. Any suggestions? Thank you.

    P.S. I took your advice w/ keeping the outline on links etc…thank you for your help w/ that too.

    Sincerely,
    Craig

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author WebMan Design | Oliver Juhas

    (@webmandesign)

    Hi Craig,

    Please try to apply this custom CSS:

    .wpcf7 input,
    .wpcf7 textarea {
    	width: 100%;
    }
    
    .wpcf7 label {
    	display: block;
    }
    
    div.wpcf7 {
    	max-width: 30em;
    	margin-left: auto;
    	margin-right: auto;
    }

    For faster turnaround please use https://support.webmandesign.eu support forum.

    Regards,

    Oliver

    Thread Starter Anonymous User

    (@anonymized-11539796)

    Hi Oliver,

    Worked like a charm!!! Thank you sooooooo much!!!!!! I really appreciate it!

    Sincerely,
    Craig

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