Jens Ewald
asked 7 years ago

hi,
im using the WordPress theme “DW Page” and the background image is not zooming correctly. On mobile devices and in small browser windows the image is not skaling to fit the browser, Instead it uses just a part of the picture.
This happens when the browers is switching the “menu” layout from the standart to the pulldown menu
The homepage is for testing on my server:
http://medievaldances.com/leber/
Any ideas to fix this problem?
Thanks and best regards
Jens

Jens Ewald
replied 7 years ago

Sorry, its not happening when switching the “menu”, instead its switching when the overall arrangement is switching from “in a line” to “in a collum”…

1 Answers
DominicStaff
answered 7 years ago

You can add the following code to the style.css file: 

@media (max-width: 768px) {
body {
background-size: cover !important;
}
}
Jens Ewald
replied 7 years ago

“background-size: cover; ” was already there.
I know changed “max-width:1280” to “max-width:768” because this is the only differenz between the original code and your tip, but it is still not working.
any other idea?
thanks and best regards

Dominic Staff
replied 7 years ago

Please send me username & password of your site for further checking.

Dominic Staff
replied 7 years ago

Please accept my apology for the delay in getting back to you. I have tried to access your site in the Today But I can not. I think you have removed this account. If you still face their issue, you can send me another account and I will help you resolve it.

Powered by DW Question & Answer Pro