Viewing 5 replies - 1 through 5 (of 5 total)
  • Anonymous User 13255453

    (@anonymized-13255453)

    When you say formatted differently, what do you mean.

    The text is different?

    The size of the box is different?

    The formatting in the email you receive is different?

    Or something different altogether…

    A link to the page you have your contact form on would also make it easier to help.

    Ryan

    Thread Starter razorpig

    (@mjtilbury)

    Hi Ryan, thanks for the reply. Sorry about that – pasted in the contact form shortcode instead of the page link! I’ve amended it now in my original post. As you’ll see the size and border of the text box is different…

    Anonymous User 13255453

    (@anonymized-13255453)

    O.K. So the difference I can see is the email is different to the name and subject.

    To get them to match add the following line of css to your themes style.css

    input[type=email], textarea {
    padding: 5px;
    border-color: #ccc #efefef #efefef #ccc;
    border-width: 1px;
    border-style: solid;

    That will fix the problem.

    All the best,
    Ryan

    Thread Starter razorpig

    (@mjtilbury)

    Perfect! Thanks Ryan. Much appreciated ??

    Anonymous User 13255453

    (@anonymized-13255453)

    No problems, although I noticed I didn;t close it, so you need to add a } to the end.

    So it should look like this

    input[type=email], textarea {
    padding: 5px;
    border-color: #ccc #efefef #efefef #ccc;
    border-width: 1px;
    border-style: solid;
    }
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Contact Form 7 Formatting’ is closed to new replies.