Hi,

An annoying horizontal line is appearing bellow a block with content in the footer area.

See screenshot for clarification.

Any ideas how to remove this line?

CommentFileSizeAuthor
#1 Bildschirmfoto.png21.88 KBsojusnik
Bildschirmfoto-1.png5.9 KBsojusnik
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

sojusnik’s picture

FileSize
21.88 KB

Better screenshot added.

aschiwi’s picture

Hi sojusnik,
do you have a link to the site? I won't be able to say what it is if I can't use Firebug on it.

aschiwi’s picture

Status: Active » Postponed (maintainer needs more info)
sojusnik’s picture

Status: Postponed (maintainer needs more info) » Closed (fixed)

Solution:

Add

#page-footer thead, #page-footer tbody {
background: none
}

to the theme's CSS and it should work flawlessly.

Thank you aschiwi and stborchert for helping!