diff --git a/view/theme/plusfuture/js/plusfuture.js b/view/theme/plusfuture/js/plusfuture.js index a9afd20..a164b0a 100644 --- a/view/theme/plusfuture/js/plusfuture.js +++ b/view/theme/plusfuture/js/plusfuture.js @@ -144,6 +144,10 @@ function toggleBside() { } else { $('html, body').css('overflow-x', 'hidden'); + $('main').css('left', '-576px'); + $('main').css('width', 'calc( 100% + 288px + 288px )'); + + $('main').addClass('region_3-on') $('#region_3').removeClass('d-none') $('
').appendTo('section');