Viewing 2 replies - 1 through 2 (of 2 total)
  • Because the logo is a background you need to adjust the background-size

    .header-image .site-header .title-area {
    	background: url("http://thvcreative.com/wp-content/uploads/2017/08/Logo5-300x68.jpg") no-repeat scroll left top;
    	background-size: 400px 90px;
    }

    but, unfortunately, the size that is being used is 300 x 68 so it will only display properly at that size. You need to find where it’s injected into the theme Appearance > Customise and put the logo in at the size you want.

    Thread Starter ericaski

    (@ericaski)

    Got it. Thank you. Your advice made me realize the logo was being resized upon upload.

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

The topic ‘Logo header image resize’ is closed to new replies.