How can I reduce the height of the Lead Capture?

Discussion in 'Blackriders WordPress Theme' started by glucena, Jul 6, 2014.

  1. glucena

    glucena Member

    Joined:
    Nov 11, 2013
    Messages:
    56
    Likes Received:
    12
    I removed 3 fields from the Lead Capture. But The height of the Box Kept the same.

    I need reduce it .... How Can I doi it?

    Best Regards
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Could you please specify your issue with the help of screenshot images that the height of which lead capture box you want to reduce
    and also share us your website link.
     
  3. glucena

    glucena Member

    Joined:
    Nov 11, 2013
    Messages:
    56
    Likes Received:
    12

    Attached Files:

  4. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .home .signinformbox_wrapper {
    height: 120px;
    } 
    You can adjust the value of "height" as per your requirement.
    This will solve your issue.
     

Share This Page