Hi there!
I am curious if anybody can help me with the following problem:
I’ve create a website with Full Width-Page Layout (www.project47.ch/wordpress)
Under the Theme Options > Background Options I’ve selected a Background-Image and set the Size to “Cover”.
The Site looks perfect on computer screen, but if I take a look on iPad or iPhone, the Background-Image isn’t responsive.
I’ve tested some Custom CSS like…
@media only screen and (max-width: 479px) {
background-size:100% cover !important;
}
or
@media only screen and (max-width: 479px) {
background-size:100% auto !important;
}
… but the situation is still the same. The Background-Image stays much to big on talbet and smartphone.
I am looking forward to an answer.
Kindest regards to the support-team and have a nice day!
Achim