The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Documentation Theme - Default Width (in px) of left panel

Fabian A. Lopez
Contributor
January 5, 2012

What is (in px)the default width of the left panel on the documentation thme? Is it possible to change that parameter with CSS?

2 answers

1 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

1 vote
Answer accepted
Fabian A. Lopez
Contributor
January 18, 2012

This answer was placed in a similar question By Sandro Herrmann [Communardo]

The initial width of the left panel sould be 250px. But a changed width will be saved to a cookie. So if you restart your browser you will get your last defined width.

One thing you can try is to define a minimum width for the left panel. The code for this is:

#splitter #splitter-sidebar {  

   min-width: 300px;  

}  
0 votes
Mikael Mikkola
Contributor
September 9, 2015

So that code should be added to, e.g., the Stylesheet of the space or to the global stylesheet. To me it seems that the first "#splitter" is not needed in the code.

But how to make the following CSS work? It seems to me that it works but after 0.1 seconds the width is reseted to some default (that depends on the contents of the left panel).

 #splitter-sidebar {  

   width: 300px;  

}  
TAGS
AUG Leaders

Atlassian Community Events