Don't hide the whole sidebar, only the text-widget. It has an own id which you can see e.g. in the html source.
This would hide your "REEL" Widget:
#sidebar-secondary #text-4 {
display: none;
}
Don't hide the whole sidebar, only the text-widget. It has an own id which you can see e.g. in the html source.
This would hide your "REEL" Widget:
#sidebar-secondary #text-4 {
display: none;
}