I’m attempting to create a side bar menu/instructions that disappears by using a global block that is only visible to certain membership plans. The concept works just fine when the bar is on top. I simply set the height to “auto” and if the block appears, you see the bar on top. If it doesn’t appear (due to membership plan), the whole bar disappears and the page content adjusts accordingly.
However, when I do the same thing on a side bar and set the width to “auto,” the content on the page drops behind the header side bar rather than adjusting to it. If I set it to, say, “300px” it works just fine. But the problem is, you’re left with an empty white background bar for members who can’t see the global block content.
Any ideas?