Viewing 4 replies - 1 through 4 (of 4 total)
  • Add this to your css file:
    .wpcf7-text, .wpcf7-textarea{width:150px}

    Just change width to what ever you want. ??

    Thread Starter bline007

    (@bline007)

    thanks I appreciate that a lot. I’m a novice Word Press user but have 40 more sites to build for this contract and I’m really digging how fast I can throw them together with WP.

    As an add on to this question. Is the button colour and shape editable?

    Yes, just style it the way you want. For example:
    .wpcf7-submit {
    background: red;
    width: 250px;
    height: 50px;
    cursor: pointer;
    }
    Just right click on the element you want to change and from drop down choose inspect element. It’s maybe confusing at start, but it’s really easy to find what needs to be changed, and how.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[Plugin: Contact Form 7] Form cuts off on edge of side bar… Need to change width Help please!’ is closed to new replies.