• I know that this has been asked 1000 times, but – despite a full day of looking – I have yet to find an answer that works…

    I have ONE cf7 form that I need to be centre aligned (all other should remain as-is). How?

    Site is caseinsurance.co.uk; form is a very simple two field that can be seen on caseinsurance.co.uk/Mike-test/ and I’m putting he form in a pop up via its shortcode.

    Tips??

Viewing 1 replies (of 1 total)
  • Add this code to your Child Theme style.css file, or using a Custom CSS plugin.

    .wpcf7-form-control.wpcf7-text,
    .wpcf7-form label {
        text-align: center;
    }
    .spu-content #callback-submit {
        margin: 0 auto;
        display: block;
    }

    Hope this helps.

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