@media only screen and (min-device-width: 768px)
and (max-device-width: 1024px) and (orientation: portrait) {
.page-id-4194 {
background: url("http://website.es/wp-content/homepage-bg5.jpg")
repeat-x left top 44px #FFFFFA !important;
}
}
I can't get my head around why the background image I applied to the body (code above) works in the desktop computers' browsers but not in mobile devices'.
The code above is meant to override the current background applied to the body.
Any ideas please?