From 27719f772a8014ec2b2c7b84d5afc4f0b6ad6ea9 Mon Sep 17 00:00:00 2001 From: Fred Tempez Date: Mon, 27 Apr 2020 09:12:52 +0200 Subject: [PATCH] 9.2.28 largeur footer --- core/layout/common.css | 3 ++- core/layout/main.php | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/core/layout/common.css b/core/layout/common.css index 10d64482..e817fe02 100755 --- a/core/layout/common.css +++ b/core/layout/common.css @@ -629,7 +629,8 @@ section:after { /* Pied de page */ body > footer { - margin: 0 -10px; + /*margin: 0 -10px;*/ + margin: 0; } /* diff --git a/core/layout/main.php b/core/layout/main.php index d11944ab..a3a07bdd 100755 --- a/core/layout/main.php +++ b/core/layout/main.php @@ -203,6 +203,7 @@ getData(['theme', 'footer', 'position']) === 'site' // Affiche toujours le pied de page pour l'édition du thème @@ -210,8 +211,7 @@ $this->getData(['theme', 'footer', 'position']) === 'hide' AND $this->getUrl(0) === 'theme' ) - ) { $position = 'site'; - $positionFixed = ''; + ) { $position = 'site'; } else { $position = 'body'; if ( $this->getData(['theme', 'footer', 'fixed']) === true) {