SharePoint 2013 – hide the quick launch

Today I was asked to hide the quick launch on a SharePoint 2013 page.  The easiest way to achieve this was to use the Script Editor web part with the following CSS:

<Style Type="Text/CSS">

/* — Hide the quick launch — */
#sideNavBox
{
Display: None;
}
#contentBox
{
Margin-Left: 10px
}

</Style>

So this:

Hide_Quick_Launch_1

now looks like this:

Hide_Quick_Launch_2

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