extend bottom length of lead form

Discussion in 'Blackriders WordPress Theme' started by volt, Nov 13, 2013.

  1. volt

    volt New Member

    Joined:
    Jul 9, 2013
    Messages:
    18
    Likes Received:
    0
    Hello,

    When we add several additional fields to the lead form, the bottom part of the form is hidden unless the user manually scrolls to the bottom of the form to view the "Send Your Message" button. As such, is there a way extend the bottom length of lead form so that the entire form including all fields and submit button are visible at all times without the need to scroll up or down?

    Thank you.
     
  2. Gourav

    Gourav Support Staff

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

    Paste this code in your Custom CSS
    Appearance > Theme Options > Styling Options > Custom CSS

    Code:
    .signinformbox_wrapper {
    height: auto;
    overflow: hidden;
    }
     

Share This Page