Info
- 4 posts
- 2 voices
- Started 2 years ago by kirpi.it
- Latest reply from kirpi.it
- This topic is resolved
Tags area extends beyond the footer area
-
- Posted 2 years ago #
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. -
- Posted 2 years ago #
Is there any rule one can set in order to prevent the hottags to spill over the footer?
I have this intostyle.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 -
- Posted 2 years ago #
Use:
overflow: autoandmax-height: 100%
to give it a nice scrollbar if it's too big :) -
- Posted 2 years ago #
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.]
-
You must log in to post.