• Resolved ales-bonelli

    (@ales-bonelli)


    Hi,
    I can’t understand how to edit the text fields height (editing the css, I assume).
    I’ve already edited my site’s css with this:

    div.contact-form-wrapper input[type="text"]
    {
    width:300px;
    height:20px;
    }

    but it only works with the WordPress contact forms, not with Contact Form 7.
    So I tried copy-and-paste that code in Contact Form 7’s css, but it does absolutely nothing. What am I doing wrong?
    Thanks!

    https://ww.wp.xz.cn/plugins/contact-form-7/

Viewing 1 replies (of 1 total)
  • Thread Starter ales-bonelli

    (@ales-bonelli)

    RESOLVED:
    I didn’t see that in my theme’s css there is a “Contact Form 7” section where I can edit what I want, like this

    span.wpcf7-form-control-wrap input[type="text"],
    span.wpcf7-form-control-wrap input[type="email"],
    span.wpcf7-form-control-wrap input[type="password"],
    span.wpcf7-form-control-wrap textarea{
    	width: 320px; height: 20px; line-height: 30px; padding: 0px 0px 0px 7px; margin: 2px 5px 2px; line-height: 20px;}

Viewing 1 replies (of 1 total)

The topic ‘How to edit text fields' height’ is closed to new replies.