Skip to:
Content
Pages
Categories
Search
Top
Bottom

Tags area extends beyond the footer area

Viewing 3 replies - 1 through 3 (of 3 total)
  • 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

    Use:

    overflow: auto and max-height: 100%

    to give it a nice scrollbar if it’s too big :)

    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.]

Viewing 3 replies - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.
Skip to toolbar