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
Please send me a screenshot for further checking.
Any luck with this one?
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 !
Please login or Register to submit your answer