Hide top navigation and quick launch in SharePoint 2013,
.main-topbar,
#siteIcon,
.search-area,
#s4-titlerow,
#sideNavBox{display:none !important;}
#contentBox {
margin-left: 0;
}
div#s4-ribbonrow {
height: auto !important;
margin: 0;
}
#ActionDiv a {
background: #f1f1f1 none repeat scroll 0 0;
border: 1px solid #ccc;
display: inline-block;
margin-bottom: 5px;
margin-right: 4px;
padding: 3px 8px !important;
text-align: center;
}
#ActionDiv {
text-align: left;
}
</style>
Hope this helps!!!
<style type="text/css">
.main-topbar,
#siteIcon,
.search-area,
#s4-titlerow,
#sideNavBox{display:none !important;}
#contentBox {
margin-left: 0;
}
div#s4-ribbonrow {
height: auto !important;
margin: 0;
}
#ActionDiv a {
background: #f1f1f1 none repeat scroll 0 0;
border: 1px solid #ccc;
display: inline-block;
margin-bottom: 5px;
margin-right: 4px;
padding: 3px 8px !important;
text-align: center;
}
#ActionDiv {
text-align: left;
}
</style>
Hope this helps!!!
Comments
Post a Comment