Contact Form

Discussion in 'Local Business WordPress Theme' started by michel01, Dec 5, 2013.

  1. michel01

    michel01 Member

    Joined:
    Nov 13, 2013
    Messages:
    35
    Likes Received:
    0
    I am using the Contact form 7 in my Wordpress site and I am using it in as one of my side widgets, but part of the message box is cut off. Example below: View attachment 2916
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,


    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .wpcf7-form-control.wpcf7-textarea {
    width: 95%;
    }
     

Share This Page