Navigation bar overlapping post on mobile

  • Unknown's avatar

    I don’t know if this is a Theme issue or if it can be fixed in CSS. I’m using “The Writer” Theme, and I’ve noticed in both the WordPress preview and on mobile devices that the navigation bar on the top overlaps part of the picture of the first post. Is it possible to adjust the CSS so that the first post is presented underneath the navigation bar and not under it?

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hello @heroofageneration, I was curious and checking your site to see if I could duplicate the issue. I did find that on my browser (FireFox 59) I did not have the issue but on my Galaxy S8+ the nav bar overlap did occur. I would suggest tagging this post with Modlook so a WP staff member can look into the theme to see about getting it fixed.

  • Unknown's avatar

    I added the tag, thanks!

  • Unknown's avatar

    Hi there, I’ve chatted with one of our theme developers and this is a bug. I’ve filed a bug report on this and hopefully it is fixed soon.

    In the meantime, try adding this to your custom CSS. Hopefully it will not mess things up for larger phone displays or in landscape orientation.

    @media only screen and (min-device-width: 320px) and (max-device-width: 479px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    #wrapper {
      top: 70px;
    }
    }
  • Unknown's avatar

    Someone should post here to let you know when the revision has been made so that you can then remove the above custom CSS.

  • The topic ‘Navigation bar overlapping post on mobile’ is closed to new replies.