If you wish to increase the space available in your page, you can easily reduce the Side Bar width. By default, the theme side bar is 25% of the page but you can have it changed to 16%.
To change the width of the Side Bar, please proceed as follows.
Note: This option only applied to the Classic SharePoint Experience.
SharePoint Online, SharePoint 2016/2013
- Download and install SharePoint Designer.
- Open your site with SharePoint Designer
- Farm solution:
All files > _catalogs > master page
- Sandbox solution:
All files > _catalogs > master page > THEMENAME
- Farm solution:
- Check out and edit the master page you are using
- Locate the next code:
$('#MenuV').BindMENU(options);
- Change the option from MenuVWidth:"normal" to MenuVWidth:"small"
- Save the master, check it in and If prompted about versioning publish the major version.
- Refresh your browser using CTRL + F5.
SharePoint CSS Only
- Go to BindTuning Settings Page.
- Select the section Vertical Menu Settings.
- Choose Small in the Menu Width option.
- Save the page properties.
- Refresh your browser using CTRL + F5
Comments