Tuesday, 19 November 2013

Hiding the Quick Launch Bar in SharePoint 2013

/* Hide quick launch bar */
#sideNavBox {
display: none;
}
/* Hide quick launch bar */
#contentBox {
margin-left:20px !important;
}

No comments:

Post a Comment