While working on my webpage, I noticed that some pages have extra white space below the footer. However, when I refresh the page, the extra space disappears.
This issue seems to affect almost all of my pages except for Home and Contact Us.
To troubleshoot, I tried using Inspect Element on both Chrome and Firefox and added the following style:
.footer{
bottom: 0 !important;
}
Unfortunately, this did not resolve the problem and I am still unable to identify the source of the issue.
For reference, here is a link to the page where the issue occurs: