Pages

Wednesday, February 6, 2013

SharePoint 2010 Hide left side menu



Insert content editor web part and add below styles into it for hiding left side navigation menu in any SharePoint page.

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

No comments:

Post a Comment