SharePoint 2010 Tips – 1
Tip – Hiding Quick Launch
To hide quick launch (left navigation) of SharePoint site, simple css is sufficient
#s4-leftpanel{ display: none; } .s4-ca{ margin-left: 0px; }
Add the above style in master page to disable quick launch for the whole site or
add a content editor webpart(without title) to the page with the above css to hide quick launch bar for the page
You may also like
SharePoint 2010 articles
Powershell Articles
April 29, 2012
В·
Adi В·
No Comments
Tags: SharePoint 2010 Tips and Tricks В· Posted in: Sharepoint 2010, Tips and Tricks
Leave a Reply