Grey space below menu mobile view

Posted in: Newspaper
Post count: 9

Hi!

Since I have installed the latest wordpress version, it appeared this grey space under the menu which I don’t know how to get rid of it. It only appears in mobile version.

Grey space below menu

Post count: 9
Post count: 22421

Hello,

That is the body background color you have set as grey. The mobile version shows the background. The containers on the mobile version cause the background to be visible on top of the image. You can add this custom css n your theme panel under the custom code section to change the background for mobile devices:L

@media(max-width:767px){
body{
background-color:white!important;
}
}

Thank you!

Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newspaper’ is closed to new topics and replies.