First of all, take a look at the page: english.midgardur.net/ Notice at the bottom where it lists the tags, it jumps below the category list (which I don't know why) and then lists the tags, but as you see, they are so many they somehow disappear, yet you can see the very top of the text in the following line.
I've been searching for the code to fix this but can't for the life of me find it. Could somebody point me into the right direction?
Thanks a lot!
Yep not seeing any issue.
Then you guys are not looking at what I'm pointing out. If you're using Firefox or Chrome (which I'm using), it'll look like I'm trying to explain. If you use IE8 then it will display all the tags, but other graphics too which are not meant to be there - plus the table is left aligned instead of centered (so stupid IE8).
Here are examples:
Chrome
Firefox
Internet Explorer 8
Clearly you see the thin line (1px-2px) below the line "Academy Awards, Danny Boyle, Der Baader Meinhof Komplex, Hugh Jackman, Lord of the Rings,"?
Okay, I solved it. I had to add this:
margin-bottom:35px;
in the .post.tags section, which now looks like this:
.post .tags {
background-position:0 -16px;
margin-bottom:35px;
}
Hope this will help others if they have a similar problem.