Sign in

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 ...

 

--
Do you appreciate the support you've received today? If so, consider donating to the Publii team by clicking here; we'll be sure to use your donation to make Publii even better!