Friday, November 22, 2013

Hide quick launch in SharePoint 2013

To hide the quick launch, add a Script Editor web part to your page, and then paste in the following code:

<style type="text/css">
 #sideNavBox {display: none}
 #contentBox {margin-left: 5px}
</style>


No comments:

Post a Comment