We do have one requirement in which customized search result page needs to use full width of the page , it means I need to hide Quick Launch for that page.
There is not any out of the box way by which we can easily hide or make invisible the Quick Launch and the Tree View navigation in SharePoint 2010 sites.
How to do this?
The easiest way is to do this is
1> Edit the Page by selecting from Site Actions.
2> Add a Content Editor Webpart
3> Add the following text in the HTML Source mode:
#s4-leftpanel{
display:none
}
.s4-ca{
margin-left:0px
}
I applied this logic to pages which are related to Team Site.
See the magic!!!!! :)
Disha Shah