I'm working on a site for a client, I've got everything that I needed to do worked out except for one thing. I started with the Siberia theme, but the client wanted a full graphic for the header instead of the type.

There is a little space between the bottom of the graphic and the primary links bar. I really need to get rid of that but I can't seem to find where to kill it in the code. I could really use some help.

Site is here http://test.technospider.com and it's css file is http://test.technospider.com/sites/all/themes/siberia/style.css

Thanks in advance for any help I can get,
David
http://www.FloridaPets.org

Comments

zeta ζ’s picture

If you delete or over-ride the following ;-

div#header, div#header p, div#header p.img {  style.css (line 148)
  display: inline;
}

the gap disappears!

Possibly this might help;-

div#header.clear-blocks {
  display: block;
}
nevets’s picture

Look in style.css at line 148, you have

div#header, div#header p, div#header p.img {
display:inline;
}

but I am pretty sure you want #header to be of display block, so I would try changing it to

div#header p, div#header p.img {
display:inline;
}

(Ok so I was slow :))

zeta ζ’s picture

You wait nearly four hours, then two come along at once. ;-D

tknospdr’s picture

Muchas Gracias... slow or not I appreciate the help from everyone.

Thanks,
David
http://www.floridapets.org