[Resolved] header image

Home Forums Support [Resolved] header image

Home Forums Support header image

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #163816
    Chad Biggs

    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

    #163908
    Tom
    Lead Developer
    Lead Developer

    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 🙂

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.