How can I change the length of lead generation so there is no more scrolling. It is also an inconvenience on mobile version too.
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.