Site logo

Archived topic

Mobile header disappeared

10 replies · Started by Kaleem on January 9, 2018

Viewing posts 1–11 of 11

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.

Hi there,

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

Thanks!

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

Ok sorry, you use this.

thank you.

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

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

http://www.mywschool.com

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.

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

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

body {
    position: static !important;
}

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

You're very welcome :)

This archived topic is closed to new replies.