diff --git a/themes/finc/scss/compiled.scss b/themes/finc/scss/compiled.scss index 5c153ecaaef943a9932ed4c81a5b2bf78bc2db71..6870670f53221c7761a4047a1b77b927fd30dc9a 100644 --- a/themes/finc/scss/compiled.scss +++ b/themes/finc/scss/compiled.scss @@ -2309,9 +2309,11 @@ footer { // MAIN CONTENT - END // SIDEBAR -// Width when offcanvas if off +// Width when offcanvas is off body:not(.offcanvas) .sidebar { - width: 100%; + @media only screen and (max-width: $screen-xs-max) { + width: 100%; + } } //// pull content to right border for sidebar right