Archived topic
header image
1 reply · Started by Chad Biggs on January 6, 2016
Hi Tom, I'm having the dickens putting in a header image. The image is gigantore at 900 X 289px. I remember having a hard time last time too. Uhg, It's the last thing I have to do with this site before I give it to my Mom. Anyway, I would like the image to be fluid, but that might be hoping for a lot and I might have to settle for constrained. Back to the question, will you remind me how to get this image in there correctly?
Chad
Hi there,
If you want your header image (uploaded in "Customize > Site Identity") to be 100% width, you can try this CSS:
.inside-header.grid-container {
max-width: 100%;
}
.site-logo,
.site-logo img {
width: 100%;
}
Let me know if that works for you or not :)
