Home Forums Claremont Pro Header image

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #9552
    Boris Gutierrez
    Participant

    I have the header image looking great on a desktop but it does not work on mobile or ipad.  Is there a way for me to specify that the header image should not show on mobile/tablet and only on desktop?

    Thanks

    #9554
    Andy
    Keymaster

    This CSS will remove the header image on screen/browser widths below 1024px

    @media only screen and (max-width: 1024px) {
        .site-header {
            background-image: none;
        }
    }
    #9614
    Boris Gutierrez
    Participant

    Thank you.  That works good

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Header image’ is closed to new replies.