Dear Customers! We're out of the office from the 6th of October to the 11th of October. We sincerely apologize for the inconvenience. For WordPress 5.5.* related issues, please visit this article

Okay
  Public Ticket #1584660
Mobile Header Sticky not working correct
Closed

Comments

  • VSG_DE started the conversation

    Hello Support,

    when i activate "Mobile Header Sticky" in the Themes Header Options the header gets sticky on my mobile (iPhone).

    BUT: posts are not displayed correctly. They get pushed like 50px to the top behind the sticky header so the reader can't read the title of the post correctly.

    I've attached two explaning images.

    Is this a bug?

    Kind regards

    Andre

  •  255
    Joanna replied

    Hi VSG_DE,

    Thank you for pointing this out to us

    When you have enabled the sticky mobile menu, add this to the Theme Options > Advanced > Custom CSS Styling box:

    @media (max-width: 1000px) {
    #page-title:not(.page-title-parallax) {
        margin-top: 80px;}
    }
    

    That should stop the menu overlap.


    Kind regards,
    Joanna
    Veented Support

    Find a helpful article for your theme here: https://veented.ticksy.com/articles/#article-categories

    Check out our latest article: How to Improve Page Loading Times

    Don't forget to hit the like button below if you are happy with your support answer :)

  • VSG_DE replied

    Hello Joanna,

    it's working perfectly now on mobile! Thanks a lot :)

    Is this something to include in an upcoming release?

  •  255
    Joanna replied

    Hi VSG_DE,

    Yep I've added it to the developer list


    Kind regards,
    Joanna
    Veented Support

    Find a helpful article for your theme here: https://veented.ticksy.com/articles/#article-categories

    Check out our latest article: How to Improve Page Loading Times

    Don't forget to hit the like button below if you are happy with your support answer :)

  • VSG_DE replied

    Thanks for that!