SharePoint 2013 – Using CSS to hide the left navigation on a page

The following CSS is useful if you want to hide the navigation on the left hand side of a page:

 

<style type=”text/css”>

/* — Hide the quick launch — */
#sideNavBox
{
display: none;
}

#contentBox
{
margin-left: 20px
}

</style>

 

[BlogBookmark] [Blogsvine] [del.icio.us] [Digg] [Facebook] [Furl] [Google] [LinkedIn] [MySpace] [Reddit] [Slashdot] [StumbleUpon] [Twitter] [Windows Live] [Yahoo!] [Email]