-
Notifications
You must be signed in to change notification settings - Fork 6.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
css: newsletter-signup #583
Conversation
Is this related to #578? |
@williamkapke I dont believe so, this is for when the form is present not after it has been filled out and disappears |
@LoganArnett what you are doing here is changing the HTML With this change the iframe will display with its default height which is 150px. Setting That said, reducing the current value from 500 to 300 should be safe and partially fix the issue. |
Yea I do not know why I changed it that way, yesterday was a long day haha I can update it to the 300px |
LGTM. |
yup, LGTM from me as well |
Found this in relation to #57, the iframe for the newsletter signup has a large amount of empty whitespace underneath it with a default
height="500"
on both desktop and mobile. Just changed tomax-height
to avoid this.