Extra Space between menu and content is custom post type
How do I get rid of the extra space between the menu and the content in this type of post? The page is controlled by a plugin that creates a custom post type, so I can't opt to remove the content padding.
Thanks!
Comments
it's section post header which you can remove with an extra css:
.section.section-post-header { display: none !important; }