Topic: Titles from subjects disappeared

Today suddenly all titles from the Subjects vanished! Users complained days earlier, but I didn't noticed anything yet. Since today the same happened for me.

Link: http://www.junioreurovisie.nl/forum/viewforum.php?id=16 (I think its now for every pc, otherwise I'll add a screenshot shortly)

Re: Titles from subjects disappeared

They did not disappear. Someone has done some modifications in the css file that caused the changes. I can still see it smile

3 (edited by Ken1988 2012-01-26 16:27)

Re: Titles from subjects disappeared

I am the only one that has rights to the file dir and I haven't done anything? How can I fix this? I also noticed it are not all users, just a bit... Its not the browsers fault, since I use chrome and it doesn't work and someone else with chrome can see the topics.

Re: Titles from subjects disappeared

Go to line 896 and delete the padding: 0

It looks like this:

.brd .main-content .main-item p, .brd .main-content .main-item .hn {
padding: 0;
}

5 (edited by Ken1988 2012-01-26 16:52)

Re: Titles from subjects disappeared

Delete whole line or just the zero?

Thanks for finding this for me. smile I will try this as soon I get home.

Re: Titles from subjects disappeared

delete the "padding: 0"

or you can change it to "auto" instead of 0

7 (edited by Ken1988 2012-01-26 21:33)

Re: Titles from subjects disappeared

Instaid of returning the titles, there is even something more removed:
http://img560.imageshack.us/img560/6541/notfixed.png

Thanks anyhow for the time.

Update I modified in my personal settings forum language back to English, and the problem was solved. This is not the first problem I experienced with the dutch language pack, but I hope to find a solution for this... sad

Re: Titles from subjects disappeared

In this topic box: http://www.junioreurovisie.nl/forum/viewforum.php?id=30 I do see a part from the subjects, because I entered very long subject titles.

Re: Titles from subjects disappeared

I already told you the issue comes from the css file. Try to follow the instruction above.