Monday 7 February 2011

Hide Quick Launch SharePoint 2010

The easiest way is to add a CEWP to the page then add this HTML.

< style type="text/css">
body #s4-leftpanel {
display:none;
}
.s4-ca {
margin-left:0px;
}
</style>