Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #104754
    Floh
    Participant

    hi there!

    i have a bannerpic and a logo which overlaps on mobile devices that much that you can´t even read it properly. on the desktop everything ist fine. how can i change the banner only for mobile devices to another one so the logo is seen properly?
    dogz.flohmi.at

    thank you for your help!

    #104785
    Mahesh
    Keymaster

    @floh: Do you mean to change banner image on mobile devices only? Add the following CSS:

    @media screen and (max-width: 767px) {
        #masthead {
            background-image: url("YOUR_IMAGE_URL");
        }
    }

    Note: Please replace YOUR_IMAGE_URL in the above code with the image you want.

    Regards,
    Mahesh

    #104795
    Floh
    Participant

    thank you so much mahesh!

    have a very nice holiday and all the best for the new year!

    best regards

    #104890
    Mahesh
    Keymaster

    @floh: Thank you for your appreciation. Have a nice holiday to you too! 🙂

    Regards,
    Mahesh

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘logo and banner overlap on mobile devices’ is closed to new replies.