Bonjour,
I used a banner of 1000 to 140 px as logo. If I use a background, background in 1 mm higher than picture. I did not see it, but my clients did! And now I can see it. How can I ajust header and logo?
I made on purpose a back background so we can see it easily. In definitive release, it's an image background.
All the best

CommentFileSizeAuthor
header.pdf482.52 KBsahuni
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Anonymous’s picture

I'm sure there's a better way to do this, but try setting a line-height of 0 for the header. This should remove the extra space.

sahuni’s picture

No change with
#header {
background-color: #000000;
line-height: 0em;
}

I rebuilt theme registry, clear cached data

Anonymous’s picture

Maybe try with a star after header

#header *

sahuni’s picture

nope, same with
#header * {
background-color: #FF0000;
line-height: 0em;
}

Anonymous’s picture

Well, it's getting too complicated to identify without having the code. Any link to your page ?

sahuni’s picture

Some one suggested to me to do a background image a little bigger than banner image and to make it white at bottom, so problem is still alive but we don't see it.
Here is the result : http://www.lamurithienne.ch
Thanks for offering help
All the best
Sahuni

Anonymous’s picture

Status: Active » Fixed

Here is a fix :

#logo {
  display:block;
  line-height:0;
}
sahuni’s picture

Well done,
it's working perfectly.
Thanks a lot
Sahuni

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.