Site logo

Archived topic

mobile header image crops

1 reply · Started by Ben on January 30, 2021

Viewing posts 1–2 of 2

Hi Ben,

The image in page hero is in landscape, if it display full image, it will look like this:
https://www.screencast.com/t/Te0cdf4q0ztR

To make the image show more, try to find the CSS you added, and change background-size: cover !important; to background-size: auto;, and remove padding-bottom: 120px !important;.

@media (max-width: 768px)
.hero-cover {
    min-height: unset !important;
    background-size: cover !important;
    padding-bottom: 120px !important;
}

Let me know :)

This archived topic is closed to new replies.