MortgageBroker Posted November 28, 2020 Share Posted November 28, 2020 Site URL: https://www.tonydoesmortgages.com/ Hi All, I am having issues with my form. When the form detects any entry issues the form exceeds the height of the webpage and the user is not able to scroll down to the bottom of the page/form. I have made adjustments to the header logo and to resize and center the form. Please see my Custom CSS below: .Header-branding-logo { max-height: 500px; max-width: 400px; } form { width: 250px; height: 300px; margin: 0 auto; position: relative; padding-top: 5px; padding-bottom: 250px; padding-left: 23px; padding-right: 23px; background-color: #afafaf; background-color: rgba(0, 0, 0, .3); } input { width: 375px; height: 30px; } .form-wrapper .field-list .field { position: center; margin: -5px -1px 6px; } Link to comment
paul2009 Posted November 28, 2020 Share Posted November 28, 2020 52 minutes ago, MortgageBroker said: When the form detects any entry issues the form exceeds the height of the webpage. Please see my Custom CSS below: form { width: 250px; height: 300px; This is because you have set a limit on the height of your form in [line 7 of] your CSS above. If you remove the height restriction, it will not be clipped. MortgageBroker 1 About: Squarespace Circle Leader since 2017. I value honesty, transparency, diversity and great design ♥.Work: Squarespace Developer and founder of SF Digital, building the features Squarespace didn't include™. Content: Links in my posts may refer to SF Digital products or may be affiliate links. Catch up on all the release notes and announcements 2023 [for Circle members only]. There's a public version here too!If I helped, you can thank me by clicking one of the emojis below. If you prefer, you can buy me a coffee.Improve your online store with our extensions. Link to comment
MortgageBroker Posted November 28, 2020 Author Share Posted November 28, 2020 Thanks Paul, all is well! Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment