Content being pushed down on blog posts

edited July 2018 in Blog
Hi, 

Something is pushing down the content on blog posts but not pages. I can't see what it is so I'd be grateful for someone to look for me.

NOW RESOLVED

Thanks.

Comments

  • The issue seems to be with .section-post-header and if I add:

    .section-post-header {margin-top: -60px;}

    the issue is resolved with desktop browsers but it messes up positioning on mobile view
  • okay, searching for section-post-header answered this...

    .section.section-post-header { display: none !important; }
Sign In or Register to comment.