Lead Capture Size

Discussion in 'Infoway WordPress Theme' started by lklatt76, Jul 8, 2013.

  1. lklatt76

    lklatt76 Member

    Joined:
    Feb 24, 2013
    Messages:
    53
    Likes Received:
    0
    For some reason my lead capture form is out of whack...I used this custom CSS (see below) on a previous Infoway theme and it worked perfectly. For some reason, now it doesn't work. Suggestions? I want the lead capture on the home page to be smaller and shorter etc...the lead capture on the other pages is small but the home page it looks odd...

    .signupForm .heading{
    min-height: 30px;
    }
    .signupForm .signinForm #uname{
    height: 20px;
    }
    .signupForm h2{
    margin-bottom:10px;
    }

    my website: www.freedom-eyecare.com
     

    Attached Files:

  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:
    .signupForm .heading{
    min-height: 30px!important;
    }
    .signupForm .signinForm #uname{
    height: 20px!important;
    }
     
    .signupForm h2{
    margin-bottom:10px!important;
    }
    
     
  3. lklatt76

    lklatt76 Member

    Joined:
    Feb 24, 2013
    Messages:
    53
    Likes Received:
    0
    This code doesn't work...I pasted the code exactly in the css as directed and this is what happens...see screen shot

    www.freedom-eyecare.com
     

    Attached Files:

  4. Gourav

    Gourav Support Staff

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

    Please provide the following information listed below.

    Thread Link:
    Your Website URL:
    WordPress Username:
    WordPress Password:

    Send this information on our email at [email protected]
    We will check your issue.
     
  5. lklatt76

    lklatt76 Member

    Joined:
    Feb 24, 2013
    Messages:
    53
    Likes Received:
    0
  6. lklatt76

    lklatt76 Member

    Joined:
    Feb 24, 2013
    Messages:
    53
    Likes Received:
    0
    I am still awaiting a response about the lead capture on the home page of my website...I used the custom css you offered but this does not work... please re-refer the screenshot I sent in my previous thread...
    the URL: www.freedom-eyecare.com
     
  7. Gourav

    Gourav Support Staff

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


    We have checked your website and it seems now that the code is working properly at your website, You can adjust that code as per your requirements.
     

Share This Page