[ad_1]
I need to have 0px between the header and the content. I can do that by setting the global block-spacing to zero, but that ruins everything else. Is there a way to just eliminate the bottom margin for the header to, say, -25px?
I’ve found I can style the header tag with css in the customizer, but not this.
[ad_2]
Ah! Solved it! Just added bottom-margin:-25px !important;