diff --git a/css/area_footer.less b/css/area_footer.less index 39b068e..4bdf3b1 100755 --- a/css/area_footer.less +++ b/css/area_footer.less @@ -78,7 +78,8 @@ &.showSidebar { #dokuwiki__footer { .col-xs-12 { - margin-left: @toggle-showsidebar_width; + width: 100%; + padding-left: @toggle-showsidebar_width; } } }