diff --git a/core/layout/common.css b/core/layout/common.css index 03b3dd02..51ac7327 100755 --- a/core/layout/common.css +++ b/core/layout/common.css @@ -498,6 +498,11 @@ header .container { height: 100%; } +/* Marges au cotneu de la bannière personnalisée */ +header:not(.container) #featureContent { + margin: 0 10px; +} + /* Element du header #themeHeaderImage { diff --git a/core/layout/main.php b/core/layout/main.php index c1a81f32..cad2d20d 100644 --- a/core/layout/main.php +++ b/core/layout/main.php @@ -51,7 +51,15 @@ getData(['theme','menu','burgerContent']) === 'title' ? '
' . $this->getData(['locale', 'title']) . '
' : '' ;?> getData(['theme','menu','burgerContent']) === 'logo' ? '' : '' ;?> -