I have noticed that when using “Header small” and assigning the “intro widget” to the “blog featured” area, the top of widget area gets hidden behind the navigation. This can be fixed by changing the below padding-top from 4em to at least 6em. Do I need to log a separate post for this ? I just thought it might be something you need to fix in the next version.
@media screen and (min-width: 768px)
.intro {
padding-top: 6em;
}