Hey guys!
Is it possible to display the background-image in mobile view?
If you have a look here, the background disappears in mobile view and changes to black...
http://www.paganfest.eu/
Thank you very much for your support!
@media only screen and (max-width: 480px)
{ background: url("../images/bgMobile.jpg") !important; }
.gk-sponsors h2 {
color: #FFF;
font-size: 50px;
font-weight: 900;
line-height: 90px;
text-align: center;
text-transform: uppercase;
}
body {
min-height: 100%;
background: url("../images/bg.jpg") no-repeat no-skroll center top #000;
background-attachment:fixed;
font-size: 14px;
line-height: 2;
color: #AAA;
padding: 0px 10px !important;
font-weight: 400;
word-wrap: break-word;
}
@media only screen and (max-width: 480px)
{ background: url("../images/bgMobile.jpg") !important; }
#gkHeaderTop { margin-top:0; padding-top:50px;}
#gkPageTop {position:fixed; width:100%;}
}
@media (max-width: 720px) {
body {
background: #191919!important;
}
}
@media (max-width: 720px) {
body {
background-image: url('../images/bg720.jpg')!important;
}
}
@media (max-width: 480px) {
body {
background-image: url('../images/bgMobile.jpg')!important;
}