TwentySeventeen, need the same smaller page header image on the front page.
-
Hi,
I need to get the front page header image to display the same as the smaller page headers.
I can get the image “canvas” to the the same size for all pages using the code below. The front home page header image looks zoomed in very large in the smaller canvas space while the individual pages are just fine.
When I adjust the image on the home page to look better, then the headers on the rest of the pages don’t look right.@media screen and (min-width: 48em) {
.twentyseventeen-front-page.has-header-image .custom-header-media,
.home.blog.has-header-image .custom-header-media {
min-height: 237px;
height: auto;
}.twentyseventeen-front-page.has-header-video .custom-header-media {
height: 100vh;
}
}Larry
- The topic ‘TwentySeventeen, need the same smaller page header image on the front page.’ is closed to new replies.