Skip to content

Instantly share code, notes, and snippets.

@cgkio
Created November 20, 2013 16:01
Show Gist options
  • Save cgkio/7565618 to your computer and use it in GitHub Desktop.
Save cgkio/7565618 to your computer and use it in GitHub Desktop.
Hide the Quick Launch in SharePoint 2013
<!-- 1. Add a Script Editor web part to a page
2. Click EDIT SNIPPET and paste in the code (below)
3. Click Insert and the Quick Launch will disappear -->
<style type="text/css">
#sideNavBox {DISPLAY: none}
#contentBox {MARGIN-LEFT: 5px}
</style>
<!-- source: http://www.manageprojectsonsharepoint.com/blog/2013/07/25/easily-hide-the-quick-launch-in-sharepoint-2013/ -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment