background image behind Home Middle 3 Wide

Homepage Community Forums Ally Theme Support background image behind Home Middle 3 Wide

Viewing 1 post (of 1 total)
  • Author
    Posts
  • #15365
    socialspark
    Customer

      I’d like to add an image behind Home-Middle-3-Wide that covers the whole widget area and is responsive. I’ve added one with this css, but it isn’t responsive:

      .home-mid-bottom {
      background: #f5f5f5;
      background: url(‘http://staging1.columbiahypnosis.com/wp-content/uploads/2015/03/Mike-background-overlay.jpg’) no-repeat center center;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
      color: #fcfaf7;
      }

      What am I doing wrong?

      Thanks,
      Fran

    Viewing 1 post (of 1 total)
    • You must be logged in to reply to this topic.