Hi, I’m trying to reduce the space between two sections in a Cornerstone page if and when there is a section in between them that is empty. (The section is not empty all the time. It’s empty only when no posts have been tagged with the corresponding category.)
The section appears above the “Coming Soon” logo on this page:
https://upstatefilms.org/x-home
I’ve tried this, but no luck:
.e32670-10.x-section:empty {
display: none;
}
Can you let me know if this is possible and if so what I’m doing wrong?

