• Resolved SantaFeMichael

    (@santafemichael)


    Hi, I was trying to make the logo image the full width of the site, it’s 1280×170 and I was also trying to change it’s background color from white to black. I’d of course like to make the change in a child-css file, anyone have any suggestions how to do this without breaking the responsiveness?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Tom

    (@edge22)

    Hi there,

    1. To make it so the site header doesn’t have an inner container, you can do this:

    .inside-header.grid-container {
        max-width: 100%;
        padding: 0;
    }

    To change the background of the header, you can do this:

    .site-header {
        background: #000;
    }
    Thread Starter SantaFeMichael

    (@santafemichael)

    Thank you so much. You can mark this resolved.

    Theme Author Tom

    (@edge22)

    You’re welcome 🙂

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘How to make site header full width…’ is closed to new replies.