Download
We're evolving to serve you better! This current forum has transitioned to read-only mode. For new discussions, support, and engagement, we've moved to GitHub Discussions.

Hero image not covering all the header area on mobile device [Tatto theme]

#1816
Avatar photoBob

Thanks, I think this is due to your custom modifications, the “post__featured-image” container is missing the `hero__image` class.

Now:

<figure class="post__featured-image">
   <img ...

Should be:

<figure class="hero__image post__featured-image">
   <img ...