How can I adjust dashboard panel width in Confluence 4.1

John Ryan February 20, 2012

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

1 answer

1 accepted

5 votes
Answer accepted
Remo Siegwart
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
February 20, 2012

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

John Ryan February 20, 2012

Thanks Remo

666 November 10, 2012

Thanks a 100 million! :)

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events