Hero image not covering all the header area on mobile device [Tatto theme]
February 22, 2020 at 12:14 pm#1816

Support
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!