Lead Capture input area trimmed at the edge

Discussion in 'Infoway WordPress Theme' started by tukang, Jan 17, 2013.

  1. tukang

    tukang New Member

    Joined:
    Jul 8, 2012
    Messages:
    3
    Likes Received:
    0
    Why the right edge of the lead capture input area (name, number, email, text area) are trimmed? Can you help me fix this. I have tried to load it on two different monitor screen and its the same.



    My web site: http://www.kuncipintudigital.com/
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    We have visited your website the problem is occurring due to any one of the plugin you are using, Deactivate all plugins one by one and checkout which plugin creating this problem.
     
  3. tukang

    tukang New Member

    Joined:
    Jul 8, 2012
    Messages:
    3
    Likes Received:
    0
    Hi Gourav,

    Thanks for the suggestion. Already tried as you said still the same.
     
  4. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS



    Code:
    .signinform #uname {
    width: 270px;
    }
    .signupform .signinform #email {
    width: 270px;
    }
    .signupform .signinform #contact {
    width: 270px;
    }
    .signupform .signinform #comments{
    width: 270px;
    }
    

    This will solve your issue.
     

Share This Page