Quantcast
Channel: bastiaanjacobs
Viewing all articles
Browse latest Browse all 21

SharePoint 2010 Hide Left Navigation

$
0
0

This can easily be accomplished by adding an Content Editor Web Part to your SharePoint page. Edit the Web Part and choose: HTML > Edit HTML Source > Paste the following style

<style type=”text/css”>
.v4master #s4-leftpanel {
DISPLAY: none
}
.v4master .s4-ca {
MARGIN-LEFT: 0px
}

And click save.

For changes on a bigger scale you  can add the style between the <head></head> tags of your masterpage.


Viewing all articles
Browse latest Browse all 21

Trending Articles