Is this the code (in my style.css) for stuff in the top left panel?
-
At https://www.energyanalysis.org i want my blog title and tagline to sit a little more vertically centered on the background logo.png, which is nothing more than a cropped infrared image. I would also like to expand the logo.png infrared image in height by a few pixels, but right now that’s as big as my theme will display it.
I suspect the following snippet from style.css needs to be modified, but how?
#logo {
height:57px;
width:627px;
background:url(images/logo.png) no-repeat;
display:inline;
float:left;
margin:28px 0 20px 6px;
}
#logo br {
display:none;
}
#logo a,
#logo a:visited {
display:block;
font:bold 33px/40px arial;
color:#313437;
margin:-7px 0 0 55px;
}
#logo em {
display:block;
clear:both;
font:bold 15px/20px arial;
color:#035f26;
margin:-5px 0 0 56px;
}
- The topic ‘Is this the code (in my style.css) for stuff in the top left panel?’ is closed to new replies.