From d76692190a9c00e57c8fbe2a2b010c700fbbab35 Mon Sep 17 00:00:00 2001 From: Lurux <35870988+Lurux@users.noreply.github.com> Date: Sun, 7 Jul 2019 14:14:38 +0200 Subject: [PATCH 1/3] Fix footer overlaping content Step 1 of 2... --- http/css/style.less | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/http/css/style.less b/http/css/style.less index 8f5b6bc74..fac4aeff0 100644 --- a/http/css/style.less +++ b/http/css/style.less @@ -5,6 +5,11 @@ font-family: 'Trebuchet MS', Helvetica, sans-serif; } +/* Footer fix by Lurux 7 jul 2019 */ +.pageContent { + padding-bottom: 80px; +} + .visprintimp { @media print { display: block !important; From 5c1555a5c46d65d537364a727991b8f967891b3e Mon Sep 17 00:00:00 2001 From: Lurux <35870988+Lurux@users.noreply.github.com> Date: Sun, 7 Jul 2019 15:21:51 +0200 Subject: [PATCH 2/3] Fix footer overlaping content Step 2 of 2... --- http/template/user/landing/main.html | 6 ------ 1 file changed, 6 deletions(-) diff --git a/http/template/user/landing/main.html b/http/template/user/landing/main.html index 91f85a721..fa03c6973 100644 --- a/http/template/user/landing/main.html +++ b/http/template/user/landing/main.html @@ -63,9 +63,3 @@

Don't throw it away, give it away!

-
-
-
-
-
-
\ No newline at end of file From 2d95d6551c506e1f8bf4d7d8f7451cd36d405169 Mon Sep 17 00:00:00 2001 From: Lurux <35870988+Lurux@users.noreply.github.com> Date: Sun, 7 Jul 2019 15:28:20 +0200 Subject: [PATCH 3/3] Fix footer overlaping content Updated padding size --- http/css/style.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/http/css/style.less b/http/css/style.less index fac4aeff0..8ab23b195 100644 --- a/http/css/style.less +++ b/http/css/style.less @@ -7,7 +7,7 @@ /* Footer fix by Lurux 7 jul 2019 */ .pageContent { - padding-bottom: 80px; + padding-bottom: 100px; } .visprintimp {