Support » Themes and Templates » Post headline covered by invisible block

  • Resolved jandanger

    (@jandanger)


    So everything works pretty much fine with my wp but one thing annoys me and I don’t know how to remove it.
    When I make quite long post headlines, the text gets covered by some box. And I don’t know from where it comes or why doesnt register the text but.. thats the way it looks. Here is a page example: http://www.dangerdanger.org/?p=645 (the headline should be “walking on a dream” but gets covered) anyone knows how to remove this box from the post? I’m using the grunge-wall theme.

Viewing 10 replies - 1 through 10 (of 10 total)
  • Firefox > Dev Toolbar > Outline elements… = this is the tool for troubleshooting.

    You have some kind of span class=”btr” that is covering your title.

    Thread Starter jandanger

    (@jandanger)

    yeah should I just remove it from the stylesheet?

    Well, I have no idea why is it there and what is supposed to do.

    Yes, trial and error is the basic learning process in web design 🙂 – so, remove it and see what happens.

    Thread Starter jandanger

    (@jandanger)

    I dunno why but it always takes a real long time before the changes I make on the stylesheet takes effect.. So we’ll see in some time what happens.

    That gizmo is NOT in your stylesheet! In is in the single or index…

    Thread Starter jandanger

    (@jandanger)

    And where is that? Where is the index? I just got loads of php:s and ccs:s

    Thread Starter jandanger

    (@jandanger)

    Okey Okey, found it:)

    Thread Starter jandanger

    (@jandanger)

    Nothing has the name btr in those php files.

    Thread Starter jandanger

    (@jandanger)

    I found this though:

    .btr{
    top: -3px;right: -3px;
    -right: expression(this.parentNode.clientWidth % 2 == 0 ? -3 : -4);
    background-image: url(images/atr.jpg);
    width: 120px;
    height: 100px;

    So I removed the atr image. Maybe it’ll work.

    Thread Starter jandanger

    (@jandanger)

    Oh yes it worked!!! Thank you for the help! 🙂

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Post headline covered by invisible block’ is closed to new replies.