SharePoint 2010 Hide Quick Launch

Handy Javascript code to hide the quick launch (left nav) bar.  just add it to the html on the page or a content editor web part.

<style type="text/css">
/*--Hide Quick Launch--*/
#s4-leftpanel{
display:none
}
.s4-ca{
margin-left:0px
}

</style>

Comments

Popular posts from this blog

Updating a single field in a SharePoint List using Power Automate Flows

Setting SharePoint announcements to auto delete after expiration

How to set up a SQL Alias for MS SQL Server 2008 R2 (for use with SharePoint 2010)