Resize header image on home page
-
I am unable to resize the header image on the homepage; it is larger than the header images on the other pages.
This doesn’t seem to work:
.site-branding {
height: 20px;
}The blog I need help with is: (visible only to logged in users)
-
Hello there,
I’m seeing the image as the same height on the homepage and other pages, is this still an issue? Or were you referring to the placement of the text which I see is different?
Let me know,
Sage -
Hi there,
I was able to fix the header image on the homepage with this CSS code:
@media screen and (min-width: 768px) { .home .site-branding {padding: 4.25em 0!important;} }Hope this helps =)
- The topic ‘Resize header image on home page’ is closed to new replies.