Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Unexpected css issues when window expanded past 1800px wide Reply To: Unexpected css issues when window expanded past 1800px wide

#263877
Paulie_D
Member

This rule is likely the issue

@media only screen and (max-width: 1800px) /* change this or just delete the condition */
style.css:1975
.drone-banner {
    height: 800px;
    background: url(../img/banners/crayton-front.jpg) no-repeat center bottom fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center bottom;
    margin-top: 101px;
    margin-bottom: 0px;
}