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

Comments

Post a Comment

Popular posts from this blog

"There's a configuration problem preventing us from getting your document. If possible, try opening this document in Microsoft Word." Office WebApp Error

"We’re sorry. We ran into a problem completing your request. Please try that again in few minutes." Excel Service SharePoint

Deployment error "The web.config is invalid on this IIS Web Site"