Blank White Page on Mobile

Hey yall,

I’ve disabled the mobile theme on Jetpack and tried the Custom CSS i’ve seen sent to other users, to no avail. Everything looks great on desktop but this is what comes up on mobile, unfortunately. Any tips?

Hi @davidthen42,

Did you tried this css code:

@media only screen and (max-width: 1024px) {
#header {
background-attachment: initial !important;
}
}

Thanks,

Cristian