Uh oh!
There was an error while loading. Please reload this page.
css: newsletter-signup - #583
Conversation
ghost
commented
Mar 16, 2016
williamkapke
commented
Mar 16, 2016
Is this related to #578? |
LoganArnett
commented
Mar 17, 2016
@williamkapke I dont believe so, this is for when the form is present not after it has been filled out and disappears |
lpinca
commented
Mar 17, 2016
@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. |
LoganArnett
commented
Mar 17, 2016
Yea I do not know why I changed it that way, yesterday was a long day haha I can update it to the 300px |
lpinca
commented
Mar 17, 2016
LGTM. |
ghost
commented
Mar 17, 2016
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-heightto avoid this.