• 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
    https://www.comedyincancerproject.com
    WordPress 3.0
    Template – Amazing

    Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • 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

    (@johnhds)

    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.