Forums

Join
bbPress Support ForumsTroubleshootingTags area extends beyond the footer area

Info

Tags

Tags area extends beyond the footer area

  1. Tags area seems to extends beyond the footer area.
    You can see yourself here http://www.kirpi.it/r/page/2
    The theme is Kakumei plain.

  2. Is there any rule one can set in order to prevent the hottags to spill over the footer?
    I have this into style.css

    #front-page #hottags {
    position: absolute;
    top: 0;
    left: 0;
    width: 150px;
    overflow: hidden;
    }

    but it does not seem to be enough: http://www.kirpi.it/r/page/2

  3. Use:
    overflow: auto and max-height: 100%
    to give it a nice scrollbar if it's too big :)

  4. Thanks Kawauso, it does the trick!
    The Case Is Closed :-)

    [Well, not so closed, actually, as long as the basic Kakumei suffers from this (although tiny) css bug. Maybe this should be noticed to the guys who maintain the theme.]

  5. You must log in to post.