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

Setting SharePoint announcements to auto delete after expiration

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

SharePoint driven rich text dashboard using jqueryui. (JQuery file)