Kieffer McBride
asked 10 years ago

Earlier, you helped me change my headline from custom text, to an image I uploaded. When I go to visit the webpage on a mobile device, the logo image isn’t scaling with the rest of the content. How do I get the image to be as responsive as the rest of the website.

2 Answers
DominicStaff
answered 10 years ago

Please send me a screenshot for further checking.

Kieffer McBride
replied 10 years ago

Any luck with this one?

DominicStaff
answered 10 years ago

You can add the following code to the style.css file:

@media only screen and (max-device-width: 480px) {
        .banner.cover {
             min-height: 450px !important;
   }
}

Hope this helps !

Powered by DW Question & Answer Pro