Skip to content

Instantly share code, notes, and snippets.

@SriharshaShesham
Last active August 29, 2015 14:21
Show Gist options
  • Select an option

  • Save SriharshaShesham/cfb2f2aca735a2c4281e to your computer and use it in GitHub Desktop.

Select an option

Save SriharshaShesham/cfb2f2aca735a2c4281e to your computer and use it in GitHub Desktop.
Hiding left navigation in SharePoint 2010 with CSS
/***********************************************************************************************************
**********************************************Hide Left Navigation******************************************
***********************************************************************************************************/
<style>
#s4-leftpanel-content {
VISIBILITY: hidden
}</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment