sidebar in the documentation theme - I want to set the default width to a different value

Paul D. Walker September 4, 2012

Hi All,

Does anyone have any idea on how to set the default split width of the documentation theme side bar? The default width is very large, and I was wondering if I could use a modified CSS styles to override the default setting.

Any help or pointers would be greatly appreciated.

Thanks.

- Paul

PS: Confluence seems to be using the jQuery splitter plugin which would imply that changing the default size should be possible via CSS.

1 answer

1 accepted

0 votes
Answer accepted
Harry Chan
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.
September 4, 2012

Hi, I found a similar answer in https://answers.atlassian.com/questions/28155/documentation-theme-default-width-in-px-of-left-panel

The CSS for this is (it defines a min width, but do note that the browser cookies saves your last setting):

#splitter #splitter-sidebar {  

   min-width: 300px;  

}

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events