Hello.
I'm not familiar with CSS, but I've just modified my personal space style with Confluence default theme (not Documentation theme).
It seems sidebar is hidden.
I hope this would be any help...
div.theme-default .ia-splitter #main { margin-left: 0px; } .ia-fixed-sidebar, .ia-splitter-left { display: none; } div#main { margin-left: 0px !important; } div#footer { margin-left: 0px !important; }
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You can use the HTML macro and some CSS to hide it. You'll need to use an inspector to suss what is appropriate for your version of Confluence. For example, in 5.1:
<style> #splitter-sidebar { width:0 !important; } #splitter-button, #splitter .vsplitbar { display:none !important; } </style>
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This too works like a charm:
div#full-height-container div.ia-splitter .ia-fixed-sidebar {display: none !important;visibility:hidden !important;}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This works for 5.4 at least... maybe more - my admins just gave me this one and it works to get rid of the sidebar when you add it to your stylesheet.
div#splitter-sidebar {display: none;visibility:hidden;}
Copy the address of the Space Administration page first and save it somewhere you can access it whenever you want since you're going to be hiding the Space Tool button permanently.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Push the "[" key to minimize the sidebar. I recommend you don't totally remove the sidebar as it'll remove your Space Tools link.
You can use jQuery and add CSS to the space or site wide to set the sidebar to it's minimized state.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
We would like to do just that - minimize the sidebar when opening a certain space. How can I do that?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Chris,
Can you clarify which version of Confluence you're asking about? I'm assuming 5.1.x but I don't want to assume.... I'm sure you know the saying...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.