In Confluence 3, it was easy to adjust the width of the dashboard panels.
I want to switch to the new layout in Confluence 4, but the left panel is only about 30% of the screen width. See screenshot.
I have some quite long space names, so the right side of the screen is almost empty.
There's a parameter in the default layout called infoPanelWidth, but I can't find any infomation about it.
#set ($infoPanelWidth = $params.get("infopanel-width"))
Can anyone help?
John
Not sure whether the infoPanelWidth parameter is still in use, but you could insert the following CSS in Browse => Confluence Admin => Stylesheet to adjust the width of the left and the right dashboard column:
div.dashboard .dashboard-group.left { width: 50%; } div.dashboard .dashboard-group.right { width: 50%; }
Hope this helps
Thanks a 100 million! :)
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.