• Resolved rweiser

    (@rweiser)


    Is there any way to have a different image for desktop view and another one for mobile view? I don’t like the way it looks on mobile view as it crops most of it and the buttons display to tightly

    Thank you

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

Viewing 1 replies (of 1 total)
  • Theme Author Taras Dashkevych

    (@taskotr)

    Hello,

    To change the background image of the Front Page in mobile views, please use this custom CSS:

    
    @media only screen and (max-width: 576px) {
      .home.page-template-panels-page .jumbotron-header .header-image {
         background-image: url( Add your image URL here ) !important;
      }
    }
    

    Thank you,
    Taras

Viewing 1 replies (of 1 total)
  • The topic ‘Different images for different views’ is closed to new replies.