Contact Form 7

Discussion in 'Infoway WordPress Theme' started by jamesboxhead, Jun 6, 2013.

  1. jamesboxhead

    jamesboxhead Guest

    Joined:
    May 27, 2013
    Messages:
    14
    Likes Received:
    0
    Hi,

    I am using contact form 7 widget and as you can see circled in blue, it is over lapping the right hand edge of the page.

    Not sure what to do.

    Thanks

    James
     

    Attached Files:

  2. jamesboxhead

    jamesboxhead Guest

    Joined:
    May 27, 2013
    Messages:
    14
    Likes Received:
    0
    It also leave a heap of space under the form???
     
  3. 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:
    div.wpcf7 input[type="text"], div.wpcf7 input[type="email"], div.wpcf7 textarea{
    width:90%;
    }
    .wpcf7-form {
    height: 470px;
    }
     

Share This Page