
02-21-2011, 07:49 AM
|
|
|
Join Date: Jul 2008
Location: Somerset UK
Posts: 174
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by borbole
Removing that code posted above from the FORUMEHOME template would have hidden the minimize button for the sidebar.
Anyway, try to add the following code to your additional.css template and see if it would help.
Code:
#sidebar_button_link {
display:none;
}
|
That worked for me
|