Adjust background image for mobile view
-
Good day Folks,
Our apologies in advance if this is the wrong forum to post the problem we have. Anywhow, it seems that the background image of our website doesn’t adjust to mobile settings and view accordingly.
We tried some code but without luck so far. We are not too saavy but we are quick learners though. This is the last set of code we tried unsuccessfully:
@media (max-width: 767px) {
body.custom-background {
background-position: center !important;
background-size: cover !important;
background-repeat: no-repeat !important;
background-attachment: fixed !important;
}
}Could anyone here give us a hand to solve this problem?
Thank you for your help and interest.
- The topic ‘Adjust background image for mobile view’ is closed to new replies.