Quote:
Originally Posted by moonfox
I am also getting the vertical collapse button in my custom style with your mod. I don't get this in ESB although I don't remember if I had to change anything to achieve this, and there is no setting in ESB mentioning it.
|
Add the following to additionalcss.css
Code:
#sidebar_button_link {
display:none !important;
}
#sidebar_container a.collapse {
display: none !important;
}