• I tryed to use this code to center the “contact form 7” form at the bottom of the page but it not worked:

    div.wpcf7 {
        text-align: center;
    }

    I tryed also

    .wpcf7 input , .wpcf7 label {
      width:100%;
      display:block;
      text-align:center;
    }

    An I tryed also:

    {
      text-align: center;
    }

    But it never goes centered ..

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

Viewing 1 replies (of 1 total)
  • Plugin Author presscustomizr

    (@nikeo)

    Using Nimble Builder, You should be able to add the contact form as a shortcode module.
    After you add your shortcode for the contact form, you can choose to turn on a flex-box wrapper. If you do so, it will give you the option to set the alignment, where you should be able to set it as centered.

    Can you let me know if you’ve tried that, and, if so, what result you see *in your editor?

Viewing 1 replies (of 1 total)
  • The topic ‘How to center the “contact form 7” form in the page?’ is closed to new replies.