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

#263885
Paulie_D
Member

I don’t have a single media query with “max-width: 1800px” in any of my files.

Erm…yes, you do…one in fact and I think you may have some malformed CSS.

You have a unclosed brace in the query starting on line 1809+

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1800px) {
    #matterport-page .left-right-boxes .example .copy h2{
    font-size: 30px;
}

…which might be bleeding over.

Run your CSS through a validator.