Quote:
Originally Posted by ravencr
Where is the width of the sidebar controlled? In what file? Css? And, how do I change it?
Chris
|
not sure but check this
form admincp
open forumhome.css in the style you want to change or use the master style to effect all styles and look for sidebar width
Quote:
Originally Posted by Hoffi
If i Hide the Sidebar with the arrows and loads the page new, the Sidebar shows a short time, and then disappers. Thats a little bit crappy. Has anyone a solution for that?
|
Quote:
Originally Posted by Jnifoo
Some of my users have the same problem.
It seems this depends on the css rendering of the user browser and the power of the machine they use to display the forum.
For example :
A fast pc with chrome has no issue rendering the page with the sidebar masked with the arrow.
(It seems that IE has no issue either)
A fast pc with firefox will see a fast appear/disappear sidebar
An old pc with firefox will see a slow and annoying appear/disappear sidebar
No solution yet
|
this been answered before.
seach for
PHP Code:
setTimeout("force_expand();",500);
change it to
PHP Code:
force_expand();