Remove header padding on Custom Post Types
Hey, I created a custom post type and the posts look great except there's some padding on the page I can't get rid of. I've gone through the theme settings and removed the content padding. Is there some CSS I can apply? [Links visible only for registered users]
Thanks
Comments
Hi,
Please, try the following CSS code:
.section-post-header{ display: none!important; }Thanks
That worked. Thanks!!