Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1040757
    Stuart
    Participant

    Hello, I would like to center my Contact Form 7 on the following page:
    http://stuster.net/majurafete/contact

    I would be grateful if you could advise how to do this.

    Many thanks.

    #1040810
    Prasant Rai
    Moderator

    Hello Stuart,

    Thanks for writing in!

    You can add this under Custom > CSS in the Customizer:

    div#wpcf7-f21-p2-o1 {
        margin: 0 auto;
        display: block;
    }

    Thanks.

    #1041000
    Stuart
    Participant

    Thanks for your speedy reply, that worked perfectly! Can you please also tell me how to center the Send button, and change its size?

    Thanks again!

    #1041335
    Paul R
    Moderator

    Hi,

    You can add this under Custom > CSS in the Customizer.

    
    .page-id-2 .wpcf7-form {
        text-align:center;
    }
    
    .page-id-2 .wpcf7-form strong {
        float:left;
    }
    
    .page-id-2 .wpcf7-submit {
        width:600px;
    }
    

    You may change 600px to achieve your desired size for the button.

    Hope that helps

    #1066434
    Stuart
    Participant

    Thank you, that worked perfectly!

    #1066540
    Lely
    Moderator

    You’re welcome!

    Cheers!

  • <script> jQuery(function($){ $("#no-reply-1040757 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>