• I’m trying to hide my header image when the browser size is less than 960px in width.

    I have tried putting the following code within the style sheet, but it’s not working.

    @media screen and (max-width: 960px) {
        .mh-custom-header { display: none; }
    }

    Any ideas?

    • This topic was modified 5 years, 12 months ago by kuriouskatie.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Hiding Header Image on Mobile’ is closed to new replies.