Viewing 10 replies - 1 through 10 (of 10 total)
  • Plugin Author Takayuki Miyoshi

    (@takayukister)

    Add this to your theme’s CSS stylesheet:

    .wpcf7 textarea {
        width: 300em;
    }
    Thread Starter ikaroweb

    (@ikaroweb)

    Thanks! 🙂

    I’ve added this:

    .wpcf7 text {
        width: 50em;
    }

    but without effect on text field.

    Plugin Author Takayuki Miyoshi

    (@takayukister)

    Because you have no “text” element there. Use this instead:

    .wpcf7 input[type="text"] {
        width: 50em;
    }
    Thread Starter ikaroweb

    (@ikaroweb)

    i tried, but without effect on text field.

    Plugin Author Takayuki Miyoshi

    (@takayukister)

    Check it again or tell us where we can check it.

    Thread Starter ikaroweb

    (@ikaroweb)

    Ok now works fine!
    i’ve cleaned the cache.

    Thanks 😉

    vlisandrofor

    (@vlisandrofor)

    How to clean the cache? help please

    hitechbiniou

    (@hitechbiniou)

    How to clean the cache? help please

    CTRL+SHIFT+DEL

    vlisandrofor

    (@vlisandrofor)

    But I have a cache folder, my question is if I have to delete the files in that folder that belongs to the template?

    DS

    (@deepak-selvan)

    Well,I am sorry if i am disturbing the growth of this plugin but I would like to invite you to take a look at How to create a contact form if you really wanna know how a simple contact form works in php.CSS excluded.

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

The topic ‘Text area width’ is closed to new replies.