Hey there! I'm using Weebly as a CMS for my website, and I've encountered some issues with a custom footer. Specifically, on this page:
The content seems to disappear if you're not using a large monitor and the page height is short. Upon inspection of the element, I am currently utilizing position:absolute
and bottom:0
.
If anyone could provide insight into what might be causing this issue, I would greatly appreciate it.
Thank you!
You can find the complete code snippet below:
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no"/>
</head>
... (remaining HTML code goes here) ...