Hi,
Just added radar to my site with the code
<iframe src="https://maps.darksky.net/@temperature,55.826,-2.255,5" width="100" height="700"></iframe>
But I have this annoying gap. How do I get rid of it? snowwatch.org/status

Hi,
Just added radar to my site with the code
<iframe src="https://maps.darksky.net/@temperature,55.826,-2.255,5" width="100" height="700"></iframe>
But I have this annoying gap. How do I get rid of it? snowwatch.org/status

Hello Daniel,
Thanks for writing in! It seems that the gap is coming from the iframe source. Please be aware that you cannot edit the contents of an iframe. To test this, please temporarily remove the iframe and place an image. This is a great way to test and find out more about this gap.
Kindly let us know how it goes.
Set font size and z-index to 0 and it sorted the problem 
Hi Daniel,
Glad you sorted things out, that sound has something to do with line-height try adding this:
$el {line-height:0;} on the column’s Element CSS area.
Cheers!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.