Go to your ACP > Look & Feel > your_skin > Templates tab > Board Index > boardIndexTemplate Replace this: <divid='board_index' class='ipsLayout <iftest="sideBarEnabledL:|:$this->templateVars['sidebar_enabled']">ipsLayout_withright</if>ipsLayout_largeright clearfix <iftest="sidebarclosed:|:IPSCookie::get('hide_sidebar') =='1'">no_sidebar</if>'> with this:<divid='board_index' class='ipsLayout <iftest="sideBarEnabledL:|:$this->templateVars['sidebar_enabled']">ipsLayout_withleft</if> ipsLayout_largeleft clearfix <if test="sidebarclosed:|:IPSCookie::get('hide_sidebar') == '1'">no_sidebar</if>'> Then scroll down and replace this:<div id='index_stats' class='ipsLayout_right clearfix' <if test="sidebarclosed2:|:IPSCookie::get('hide_sidebar') == '1'">style='display: none'</if>> with this:<div id='index_stats' class='ipsLayout_leftclearfix' <if test="sidebarclosed2:|:IPSCookie::get('hide_sidebar') == '1'">style='display: none'</if>> Then go to your ACP > Look & Feel > your_skin > CSS tab > ipb_styles.cssFind and replace this:.ipsLayout_content {float: left;width: 100%;} with this:.ipsLayout_content {float: right;width: 100%;} Then, find and replace this:#board_index.no_sidebar {padding-right: 0;} with this:#board_index.no_sidebar {padding-left: 0;} Then, find and replace this:Remove indicated line, add line in red:#toggle_sidebar {-moz-transition: all 0.4s ease-in-out 0s;background: none repeat scroll 0 0 #333333;border-radius: 4px 4px 4px 4px;color: #FFFFFF;right: -3px;opacity: 0.5;padding: 0 3px;position: absolute;top: -6px;z-index: 8000;} with this:#toggle_sidebar {-moz-transition: all 0.4s ease-in-out 0s;background: none repeat scroll 0 0 #333333;border-radius: 4px 4px 4px 4px;color: #FFFFFF;left: 1px;opacity: 0.5;padding: 0 3px;position: absolute;top: -6px;z-index: 8000;}Thanks to the original unknown author for this.In general, this tutorial works for 3.2.x, 3.3.x and 3.4.x