Form on Homepage not displaying Submit button

Discussion in 'Blackriders WordPress Theme' started by cvin, Oct 8, 2013.

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

    cvin New Member

    Joined:
    Aug 30, 2013
    Messages:
    14
    Likes Received:
    0
    The lead capture form on the homepage is great. When I turn on the captcha feature, the submit button gets hidden forcing the user to look for the scroll button to submit their form. How can I both include the captcha field and display the submit button?
     
  2. Piyush

    Piyush Support Staff

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

    Paste the following code in your Custom CSS
    (Appearance -> Theme Options -> Styling Options -> Custom CSS)

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

    cvin New Member

    Joined:
    Aug 30, 2013
    Messages:
    14
    Likes Received:
    0
    Thanks!
     
Thread Status:
Not open for further replies.

Share This Page