Hide the Quick Launch on a Specific Page

If you want to hide the quick launch (vertical menu) on a specific page you’ve to do the following:
1. Edit your page.
2. Insert Content Editor wherever you want (Insert -> Web Part and add Content Editor in Media and Content category).
3. Edit HTML. Once you can write in your Content Editor, select from the Ribbon ‘Editing Tools‘ and HTML -> Edit HTML Source.
4. Write this inside the window that will appear:

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

5. Hide it. If you edit this Web Part, you can hide the title and the border (so you don’t see anything but a blank little space) or you can directly hide the entire Web Part (inside Appearance category).

Categories:

No Responses

Leave a Reply

Your email address will not be published. Required fields are marked *