I don't want scrolling in lead

Discussion in 'Blackriders WordPress Theme' started by sunjeep8777, Jul 18, 2014.

  1. sunjeep8777

    sunjeep8777 New Member

    Joined:
    Jul 17, 2014
    Messages:
    7
    Likes Received:
    0
    How can I change the length of lead generation so there is no more scrolling. It is also an inconvenience on mobile version too.
     

    Attached Files:

  2. Piyush

    Piyush Support Staff

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

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

    Code:
    .signinformbox_wrapper {
    height: auto;
    overflow: hidden;
    }
    This will fulfill your requirement.
     

Share This Page