From ec1d7807dd97de554fd4382a70df04e19020ddf7 Mon Sep 17 00:00:00 2001 From: fredtempez Date: Tue, 22 Jan 2019 09:04:05 +0100 Subject: [PATCH] =?UTF-8?q?pr=C3=A9visualisation=20menu=20endehors=20au-de?= =?UTF-8?q?ssus=20du=20site=20container=20large?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/module/theme/view/menu/menu.js.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/module/theme/view/menu/menu.js.php b/core/module/theme/view/menu/menu.js.php index 3c62e2ef..914fcdbf 100755 --- a/core/module/theme/view/menu/menu.js.php +++ b/core/module/theme/view/menu/menu.js.php @@ -67,6 +67,8 @@ $("input, select").on("change", function() { break; case 'body-first': $("nav").show().insertAfter("#bar"); + $("#menu").removeClass('container-large'); + $("#menu").addClass('container'); break; case 'body-top': $("nav").show().insertAfter("#bar");