diff --git a/core/layout/common.css b/core/layout/common.css index dfe612e4..b63809e3 100755 --- a/core/layout/common.css +++ b/core/layout/common.css @@ -565,14 +565,16 @@ section:after { } /* Pied de page */ -footer { - padding: 1px 20px; -} body > footer { margin: 0 -10px; } -#footersiteLeft, #footersiteCenter, #footersiteRight { - vertical-align: middle; +footer { + padding: 1px 20px; + position: relative; +} + +footer > .container { + align-items: center; } diff --git a/core/layout/main.php b/core/layout/main.php index 39c5cc4f..fd861806 100755 --- a/core/layout/main.php +++ b/core/layout/main.php @@ -238,20 +238,20 @@ $class['right'] = "col4"; break; }?> -
Contenu personnalisé texte ou HTML :
'Emplacement', - 'selected' => $this->getData(['theme', 'footer', 'textPosition']), - 'class' => 'themeFooterPosition' + 'selected' => $this->getData(['theme', 'footer', 'textPosition']) ]); ?> 'Alignement', @@ -123,8 +123,7 @@Réseaux sociaux :
'Emplacement', - 'selected' => $this->getData(['theme', 'footer', 'socialsPosition']), - 'class' => 'themeFooterPosition' + 'selected' => $this->getData(['theme', 'footer', 'socialsPosition']) ]); ?> 'Alignement', @@ -135,8 +134,7 @@Info et copyright :
'Emplacement', - 'selected' => $this->getData(['theme', 'footer', 'copyrightPosition']), - 'class' => 'themeFooterPosition' + 'selected' => $this->getData(['theme', 'footer', 'copyrightPosition']) ]); ?> 'Alignement',