From c25356f1034e96c456128c9090f8bcda03623b9c Mon Sep 17 00:00:00 2001 From: deepend Date: Tue, 3 Dec 2019 18:26:17 -0700 Subject: [PATCH] content will now not be overlapped by nav. --- footer.php | 1 + header.php | 2 +- style.css | 4 ++-- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/footer.php b/footer.php index 4cc99b6..b127b96 100644 --- a/footer.php +++ b/footer.php @@ -1,3 +1,4 @@ +
diff --git a/header.php b/header.php index e4272a8..d398108 100644 --- a/header.php +++ b/header.php @@ -15,6 +15,6 @@ DONATE CHAT SIGN-UP - +
diff --git a/style.css b/style.css index bf16e62..65de667 100644 --- a/style.css +++ b/style.css @@ -65,7 +65,7 @@ h1 { overflow: hidden; background-color: darkorange; z-index: 99; - position: fixed; + position: relative; top: 0; left: 0; width: 100%; @@ -83,7 +83,7 @@ h1 { /* Page content */ .content { - padding-top: 30px; + padding-top: 5px; } input[type="text"],