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/
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.
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.