• Resolved ipt2ggeec

    (@ipt2ggeec)


    I want to make it so that by using Contact Form 7, I can have it look like this:

    Email [input email here]

    …instead of how it currently is:

    Email
    [input email here]

    How can I accomplish this? Thanks in advance!

Viewing 8 replies - 1 through 8 (of 8 total)
  • You will need to add to, or edit, your theme’s stylesheet.

    Thread Starter ipt2ggeec

    (@ipt2ggeec)

    Okay, so will with I need to add/edit?

    Unless you provide a link to a page demonstrating the problem, no one will be able to offer much in the way of assistance.

    Thread Starter ipt2ggeec

    (@ipt2ggeec)

    Did you manage to resolve this? I’m seeing:
    Email
    [input email here]

    Thread Starter ipt2ggeec

    (@ipt2ggeec)

    No, I am not sure what to change.

    Sorry – my bad. I got your question the wrong way around. Try adding:

    .wpcf7 br {display:none;}

    to the bottom of style.css. But be warned that your changes will be over-written the next time you upgrade WordPress or the theme. For this reason, it is recommended that you consider creating a child theme for your customisations.

    Thread Starter ipt2ggeec

    (@ipt2ggeec)

    Thank you so much! This worked!

    One last thing, though. I know I’m probably driving you nuts, but would there now be a way so that all of the input fields are lined up?

    Right now it looks like this:

    Email [input email here]
    First Name [input first name here]
    Last Name [input last name here]
    Address [input address here]

    You can see that the left side of the input fields aren’t aligned. Is there a way to line the left sides of the input fields up?

    Thanks for your help thus far.

Viewing 8 replies - 1 through 8 (of 8 total)

The topic ‘[Plugin: Contact Form 7] Align input fields horizontally with text’ is closed to new replies.