Lead Capture Form Size

Discussion in 'Infoway WordPress Theme' started by lklatt76, May 17, 2013.

Thread Status:
Not open for further replies.
  1. lklatt76

    lklatt76 Member

    Joined:
    Feb 24, 2013
    Messages:
    53
    Likes Received:
    0
    Is there a way to reduce the size of the Lead Capture Form Size? It takes up a great deal of the page and makes it look uneven, not to mention there is to much space in the Title area?

    my site: temp.512citydesign.com
     
  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:70px;
    }
    .signupForm .signinForm #uname{
    height: 37px;
    }
    .signupForm h2{
    margin-bottom:20px;
    }
    Adjust its value as per your requirements.
     
  3. lklatt76

    lklatt76 Member

    Joined:
    Feb 24, 2013
    Messages:
    53
    Likes Received:
    0
    Excellent! That worked perfectly Gourav! Thanks!:)
     
Thread Status:
Not open for further replies.

Share This Page