Thanks for the assistance, but that doesn’t seem to work. For some blocks it reduces it a bit, for others seems to have no effect, and it doesn’t reduce to 0 in either case.
Any other ideas would be greatly appreciated!
Try:
.entry-content > *, .wp-block-group > *, .wp-block-columns > * {
margin-top: 0 !important;
margin-bottom: 0 !important;
}
@acosmin Thank you! This is very close. The only spots where I have empty space left is immediately under the menu header, and right before the widget areas. Everything else is great.
Any ideas?
.footer-top-visible .footer-nav-widgets-wrapper, .footer-top-hidden #site-footer { margin-top: 0 !important; }
.post-inner, .cover-header + .post-inner { padding-top: 0 !important }
Ale
(@aleloiacono)
Hi,
I also need to remove the space between the logo/menu area and the content area. Actually, I would need to reduce it by half, as there should be some space between those two sections. I tried @acosmin proposed solution, but it doesn’t seem to work on my site. Any other suggestion will be greatly appreciated.
Thank you,
Alejandro