• Resolved yourdailypractice2018

    (@yourdailypractice2018)


    My hero photo doesn’t work well for mobile because it is landscape orientation and wide. How can I replace it with a different image, just for mobile?

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

Viewing 1 replies (of 1 total)
  • Thread Starter yourdailypractice2018

    (@yourdailypractice2018)

    Figured it out.

    @media all and (max-width: 800px){
    #wp-custom-header img {display:none}
    .custom-header-media:before {background:url(“/img.jpg”);background-size: 100%}

Viewing 1 replies (of 1 total)

The topic ‘Different hero image for mobile’ is closed to new replies.