Change height of Lead Capture Block

Discussion in 'Blackriders WordPress Theme' started by rexmanaster, Mar 2, 2015.

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

    rexmanaster Member

    Joined:
    Feb 18, 2012
    Messages:
    180
    Likes Received:
    4
    hi,

    how can i change the height of the lead capture block?

    i am only using a couple of fields, so there is a lot of unused space at the bottom of the block that i'd like to remove.

    thanks,
    rex
     
  2. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hi rex!

    Please provide us URL of your website so that we can provide you the exact solution.

    Thanks,
    Praveen
     
  3. rexmanaster

    rexmanaster Member

    Joined:
    Feb 18, 2012
    Messages:
    180
    Likes Received:
    4
  4. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello Rex,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .signupform {
      height: inherit;
    }
    
    Thanks & Regards
    Pramod Patel
     
  5. rexmanaster

    rexmanaster Member

    Joined:
    Feb 18, 2012
    Messages:
    180
    Likes Received:
    4
    awesome, pramod!

    thanks,
    rex
     
    Pramod likes this.
Thread Status:
Not open for further replies.

Share This Page