Grets
Grets

Reputation: 31

Blank space at bottom of footer (on Mobile)

I'm trying to fix a blank space at bottom of footer (I'm seeing in iPhone 7 Plus mobile). I honestly need help with this.

I've tried various methods (ie: overflow, margin, padding) and none had worked. I also tried to view mobile version on page testing sites but they don't show any blank space.

enter image description here Odd or is it just my phone?

Upvotes: 0

Views: 482

Answers (2)

Nedy
Nedy

Reputation: 14

You might want to remove this <img> added the end of the file enter image description here

Upvotes: -1

NickyTheWrench
NickyTheWrench

Reputation: 3230

Looking through your code - this img element seems to be creating the issue:

<img src="https://tags.rd.linksynergy.com/cs?ns=ssc&amp;uid3=5d062c714cedfd0012d95054">

Oddly enough, the img element is only there when I first visit the page. If I refresh the page, the element is gone. This leads me to believe that there is some JavaScript dynamically adding it to the HTML. The image itself seems to broken and never loads either. See screenshot below.

Screenshot of broken img element in footer

Upvotes: 0

Related Questions