How do I reduce the gap between the header and content on mobile? My archive, author, category, and single post pages have a gap and I can’t find a place to close this padding without it also affecting other pages on my desktop and tablet sites.
theres an empty Paragraph block above the GB Grid Wrapper.
WP in a recent updated decided that empty paragraphs should be output on the front end – doh!
Ideally you would want to delete any empty text blocks wether that be in your post content or a block element ( select it and backspace delete ).
Or you can add this CSS to stop them occupying any space.
I added the code, but did not see a difference in the padding on mobile between the title and content. The issue is only on single post pages, author, archive, and category pages which use native WordPress rather than WP Show Posts Pro.