• Resolved M0nkey

    (@m0nkey)


    Hi,

    I added this to custom CSS

    .header-group.six.columns {
        width: 100%;
    }

    But my header banner is still constrained to 300px width instead of the full 570px. Any idea what I’m not doing right?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter M0nkey

    (@m0nkey)

    Somehow the link to my site didn’t show in my post. Here goes again.

    Thanks

    Replace .header-group.six.columns {width: 100%;}
    with .site-header img {width: 100%;}
    The image is scaled anyway, but it’s better

    Another quick fix is to put image dimensions directly:
    .site-header img {width: 570px;}
    But for this last solution you must check in various screen resolutions how it looks.

    Thread Starter M0nkey

    (@m0nkey)

    That worked perfectly. Thanks

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

The topic ‘Unable to increase header logo width’ is closed to new replies.