Skip to content

Instantly share code, notes, and snippets.

@BenCoding
Created July 17, 2013 22:01
Show Gist options
  • Save BenCoding/6024950 to your computer and use it in GitHub Desktop.
Save BenCoding/6024950 to your computer and use it in GitHub Desktop.
Hide Sharepoint SideBar
<!-- Hides Sharepoint SideBar -->
<style type="text/css">
#s4-leftpanel {
display:none;
}
.s4-ca {
margin-left:0px!important;
}
#MSO_ContentTable{
height:800px !important;
}
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment