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

    (@edge22)

    Hi there,

    Your header image isn’t wide enough to fill the entire header area.

    You can force it to, but you’ll lose some image quality:

    .site-logo {
        display: block;
    }
    
    .site-logo img {
        width: 100%;
    }
    Thread Starter dalecameronlowry

    (@dalecameronlowry)

    Thanks! That worked.

    Theme Author Tom

    (@edge22)

    You’re welcome 🙂

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

The topic ‘Header is acting up’ is closed to new replies.