[Resolved] Mobile header disappeared

Home Forums Support [Resolved] Mobile header disappeared

Home Forums Support Mobile header disappeared

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #466396
    Kaleem

    Hi, my mobile header disappeared at 600px and below, though it appears when scrolling down. previously it was alright. Please kindly help. Thank you in advance.

    #466600
    Leo
    Staff
    Customer Support

    Hi there,

    Can you link us to the site so we can take a look?

    Thanks!

    #467265
    Kaleem

    Hi, the site is in maintenance mode, can i have your email so i can send u a username and password?

    #467268
    Kaleem

    Ok sorry, you use this.

    thank you.

    #467675
    Leo
    Staff
    Customer Support

    I’m not able to login using the info you provided.

    Can you please send three things using Account Issue here: https://generatepress.com/contact/

    – Log in link
    – Username
    – Password

    #467796
    Kaleem

    Oh so sorry, i just temporarily deactivated the maintenance mode. now use the following

    http://www.mywschool.com

    #467832
    Tom
    Lead Developer
    Lead Developer

    Something is adding position: relative to your <body> element, which is then placing the admin bar on top of the mobile header.

    You can try deactivating your plugins one by one to see which one is adding that code.

    #468187
    Kaleem

    True, it’s the jetpack plugin.
    Please any code to solve it?

    #468538
    Tom
    Lead Developer
    Lead Developer

    If you need whatever Jetpack module it is, you could maybe try this?:

    body {
        position: static !important;
    }
    #468775
    Kaleem

    Wow this worked perfectly. thank u so much for this wonderful support.

    #468779
    Tom
    Lead Developer
    Lead Developer

    You’re very welcome 🙂

Viewing 11 posts - 1 through 11 (of 11 total)
  • You must be logged in to reply to this topic.