Where do I look to move the positioning of the logo. I am using the SpreadFireFox theme within Drupal 4.7.

Thanks,

Chris

Comments

Griff1324’s picture

Anyone?

GarP’s picture

I would start by looking in the CSS for that theme. It should be in the header section. Look for this section:

#header {
background: #105D90 url(images/bg_header_bottom_left.png) bottom left repeat-x;
position: relative;
height: 68px;
margin: 0;
margin-bottom: 1em;
voice-family: "\"}\"";
voice-family: inherit;
padding: 4px 4px;

and then try increasing the margin which will move it away from the left margin.

sicario’s picture

Hi there.
A link maybe help.
Seeing the SpreadFireFox site, maybe you mean the 'logo.png', or the 'bg_header_bottom_left.png'. The first it's related to the #site-name, and the second it's related to #header.
In both you need to edit the image itself for change the 'position', no CSS edition it's require. This is only a guess (based on the SpreadFireFox site), so, maybe it not a very useful answer.