I have a shortcode in a text widget in the sidebar:
[s2If is_user_logged_in() AND current_user_is(s2member_level0)]...[/s2If]
When the text is not displayed (i.e. when both of the conditions are not met) there is still a bit of space in the sidebar where the text would have been. It’s not a lot, maybe a line’s worth, but it’s enough to throw off the alignment of that sidebar with the rest of the content on the site. Any idea how to get rid of this space? Thanks.