• Closed
  • Tobias Ahlberg
    Spectator
    October 6, 2014 at 10:26 am #13178

    Hi,

    When in the single post page there’s a big gap at the top. It’s located between the title bar and the featured image. I have looked around through the settings and I haven’t been able to find the cause for it. Everything looks OK on the normal pages. It’s only happening in the single posts page.

    You can see and example of the problem here: http://tobiasahlberg.se/2014/10/06/one-with-all/

    Thanks!

    Best Regards,

    Tobias

    Alok Maheshwari
    Spectator
    Posts: 303
    October 6, 2014 at 4:45 pm #13180

    Please pm the details and I will check it out.

    Alok Maheshwari
    Spectator
    Posts: 303
    October 8, 2014 at 3:44 am #13191

    Adding this in custom css should fix the problem.

     

    .single-navigation{
    display:none;
    }

    Tobias Ahlberg
    Spectator
    Posts: 9
    October 8, 2014 at 8:01 am #13193

    Excellent, thanks!