When adding a block in the footer or in the header at the end of it Drupal draws an horintal line.

I'm trying to remove this but with no luck up to now.
In my theme the header region is (going to be) used to draw an icon that corresponds to the article the user is reading at the moment.
It works ok except for the fact that it draws this line...

Any ideas are most welcomed :)

Comments

nevets’s picture

The Firefox extension firebug is useful for this. You can use the inspect feature to determine the source of the line (possibly a border) and you can then add css rules to the end of your themes style.css file to override the rule that produces the line.

bserem’s picture

I have tried with dragonfly (opera user here..!) but not with firebug. I've tried to locate the line from in there but with no luck until now.

I'll try firebug, thanks!

UPDATE: problem solved, and I have to admit that firebug is a MUST :)

--
http://srm.gr - Drupal Implementor

seblor’s picture

What did you do?

I have installed the firebug, but it doesn't really help me.

suebphatt’s picture

me too ... =(