SharePoint 2010: Removing the left-hand navigation with Designer 2010 (en-US)
1. Open your Master Page with SharePoint Designer 2010
Please be sure to take a copy of your Master Page and not to made modifications directly on Master Page.
2. Add the following code above** </head>**
<style type="text/css">
/*–Hide Quick Launch –*/
#s4-leftpanel{
display:none
}
.s4-ca{
margin-left:0px
}
</style>
- Save your master page and publish
- Open your master page and you will not see left hand navigation