Thursday, 23 June 2016

How to hide left navigation on a particular page in SharePoint 2013?


Add a Script Editor web-part on the page where you need to hide the left navigation and add the following:

<style> 
#sideNavBox

display: none; 
}
</style>

To re-use this on multiple pages, in case of Publishing site, add the above on Page Layout.

No comments:

Post a Comment