Site logo

Archived topic

when I click on the menu, the screen become white

3 replies · Started by abdallah on October 24, 2022

Viewing posts 1–4 of 4

Hi
Thank you in advance for your help and your time :)
On mobile, the screen becomes white when I click on the menu icon (three horizontal lines). I found that the entire page goes to the right, which is why I only see the white screen. When I scroll to the right, I see my page, but on the left, there is a big blank area.
My website is multisite. I have this problem with the Arabic subdomain. The English and French sites are good.
I disabled all plugins, and the problem is still there.
Can you help, please?

Hi there,

I can't replicate this issue on my end.

Can you try to disable all plugins and custom functions/scripts to eliminate conflicts from 3rd party code?

Let me know!

Hi
Thank you for your reply.
I found a solution on google. The keyword "white space on WordPress mobile."
this CSS code fixed it:

@media only screen and (max-width: 768px){
    html,
    body{
    width:100%;
    overflow-x:hidden;
    }
}

Thank you very much for your time :)

I see, glad you found out a solution :)

This archived topic is closed to new replies.