WordPress / twentyseventeen

Twenty Seventeen is a theme now included in all WordPress installs. To report any issues please go here: https://core.trac.wordpress.org/newticket
180 stars 125 forks source link

Updating header styles for custom header on all pages, redux #481

Closed laurelfulford closed 7 years ago

laurelfulford commented 7 years ago

Redoing fixes I made in #474 - I screwed up that PR, so trying again fresh:

Riffing on @ryelle's PR #414.

I just updated the header styles to make sure it doesn't end up being too short on subpages. Also simplified the header classes a bit - the theme was adding both .has-header-image and .no-header-image classes, and for the most part the latter was used with :not(.no-header-image) so I removed it.

See #413.