I'm trying to insert a logo into my wordpress themes, however it seems that the logo is bigger than what the space calls for. Any suggestions how I can enlarge the space for my logo. My web site is www.linkbuilderplus.com
on stylee.css #header h1 { float:left; margin-bottom:0; margin-left:0; margin-right:0; margin-top:27px; [COLOR="red"]<-- reduced to[/COLOR] } #header h1 a { display:block; height:122px; [COLOR="red"]<-- height added[/COLOR] overflow-x:hidden; overflow-y:hidden; padding-top:0; [COLOR="red"]<-- padding reduced[/COLOR] text-indent:-9999em;[COLOR="red"] <-- text will not be visible[/COLOR] width:332px; [COLOR="red"]<-- increased width[/COLOR] } Code (markup):