• For some reason when using Contact form 7 my form is completely center aligned. I haven’t touched the css or html at all and its just doing it by default. I should also add that there is no apparent way to make it left aligned without modifying the css. If someone can shine some light on the issue I would greatly appreciate it, thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi,

    I am also trying to figure out how to move the form contents towards left and was able to move the boxes by adding left:-150px in the stylesheet.css located in the contact form 7 folder
    span.wpcf7-form-control-wrap {
    position: relative;
    left:-150px;

    }

    But i am unable to move the text i.e., your name, your email….
    towards left

    Any ideas will be of great help

    Thanks.

    Thread Starter iamchel

    (@iamchel)

    its actually pretty simple. Just change the following to left instead of center in the theme stylesheet. Im not sure what this is normally for but it seems to do the trick.

    .entry form { /* This is mainly for password protected posts, makes them look better. */
    text-align:left; /* center by default */
    }
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: Contact Form 7] Form elements center align’ is closed to new replies.