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");