Hi, At 780-950px width on the home page, the header for the form seems too short. Could it stay in same height like other times? http://speedycarloans.ca/ Thanks in advance, Albert
Hello, You can manage it's height by increasing line-height value in following css code and use following css code in Custom CSS. Code: @media only screen and (max-width: 960px) and (min-width: 767px){ .signupform-header h4 { line-height: 22px; } } It will resolve your issue. Thanks & Regards Yogesh Bhade