Title: Header/Logo Resizing Help
Last modified: August 19, 2016

---

# Header/Logo Resizing Help

 *  [johnhds](https://wordpress.org/support/users/johnhds/)
 * (@johnhds)
 * [15 years, 7 months ago](https://wordpress.org/support/topic/headerlogo-resizing-help/)
 * I designed a new logo for this site and can’t seem to get it all in the header.
   I tried altering the CSS but only got a ittle more of the logo showing. The original
   logo was a small house; but when I replace that logo with the new one there was
   only a small section showing.
 * I kept changing the CSS; but with no luck. Any suggestions?
 * Logo size: w-650px x h-120px – logo.gif
    http://www.comedyincancerproject.com
   WordPress 3.0 Template – Amazing
 * Thanks.

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

 *  [Michael](https://wordpress.org/support/users/alchymyth/)
 * (@alchymyth)
 * [15 years, 7 months ago](https://wordpress.org/support/topic/headerlogo-resizing-help/#post-1681816)
 * as the link is empty, it does not have any dimensions, apart from the padding,
   to show the background.
    adding ‘width’, ‘height’ and ‘display:block’ and adapting
   a few sizes in style.css might get it to work:
 *     ```
       #header_logo h1.blogtitle {
       	float: left;
       	margin-right: 10px;
       	background: url(images/logo.gif) no-repeat left 5px;
       	padding-top: 0px;
       	padding-left: 0px;
       }
   
       #header_logo h1.blogtitle a {
       	color: #6f8ba3;
       	font-size: 1.5em;
       width:980px;
       height: 150px;
       display: inline-block;
       	line-height: 15px;
       	font-weight: normal;
       }
       ```
   
 * btw: the graphic says: ‘comey …’ (?)
 *  Thread Starter [johnhds](https://wordpress.org/support/users/johnhds/)
 * (@johnhds)
 * [15 years, 7 months ago](https://wordpress.org/support/topic/headerlogo-resizing-help/#post-1681837)
 * alchymyth,
 * That worked and I will fix my lousey spelling. Thanks for the quick response!

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

The topic ‘Header/Logo Resizing Help’ is closed to new replies.

 * 2 replies
 * 2 participants
 * Last reply from: [johnhds](https://wordpress.org/support/users/johnhds/)
 * Last activity: [15 years, 7 months ago](https://wordpress.org/support/topic/headerlogo-resizing-help/#post-1681837)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
