Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #450819
    #451227

    Hi zac51!

    So on small screens your wanting the “cowboy” image to display on top and the “allied” image to display beneath it?

    If so then try adding this to your custom CSS.

    @media screen and (max-width: 767px) {
    div#header_main {
      height: 200px;
    }
    .header_color .header_bg { background-position: bottom left !important; }
    }

    Best regards,
    Elliott

    #451392

    That worked! Thank you!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Logo overlapping background image in mobile browsers’ is closed to new replies.