Ok,
This was the solution. I’ve removed the WP Supercache plugin…but emptying the cache files should work as well, of course.
Also the wp minify cache probably played a role in this.
The solution by Ed:
@media only screen and (min-width: 992px) and (max-width: 1024px) {
.alt-bg {
margin-left: -15px!important;
}
}
Works just fine.
So problem solved ๐
Warm thanks to Rui and Ed ๐
Thanks guys