Thursday, January 31, 2013

How to hide the Left navigation or Quick launch Sharepoint 2010


To hide the left navigation bar or Quick launch , you can follow the below mentioned steps.
Go to à Site Actions à Edit Page à Add a webpart à Add Content Editor Webpart
Modify shared webpartà Edit the Source Code and paste the below code in Source code .


<Style>
body #s4-leftpanel
{
display: none;
}
.s4-ca
{
margin-left: 0px;
}
</style>


Select Ok. Then from the Appearance Section Hide the webpart à Click Apply Ok. à Exit Edit mode.
Hope this helps

No comments: