Click for website
For test purpose i added the code below in the additional.css (50px)
Code:
.forumlastpost .lastposttitle .postimg
{
padding-right: 50px;
}
Thanks again.
--------------- Added [DATE]1383575280[/DATE] at [TIME]1383575280[/TIME] ---------------
I suppose the space between the "post icon" and the thread title is arranged differently then to manage to get space between the "thread prefix" and the thread title in the "last post by" area on the forums home, but i shouldn't know what or where to arrange this.
--------------- Added [DATE]1383593456[/DATE] at [TIME]1383593456[/TIME] ---------------
So i noticed that also the text isn't clickable anymore when using a rich text prefix containing an image in the last post column. If i select to show a plain text version of the prefix on the last post column on forum home the topic text is also not linked anymore. The only way to keep the topic text in the last post column linked to the topic itself is choosing to show NO prefix at all in the last post column on forumhome

Wish there is a way to fix this because i like the extra details of showing the country flag prefix in the last post column on forumhome. Any idea's?
--------------- Added [DATE]1383593940[/DATE] at [TIME]1383593940[/TIME] ---------------
Omg i fixed it
All rich text prefix versions were missing a > at the end..
Instead of..
Code:
<img src="http://www.mydomain.com/images/countryflags/netherlands.png">
All prefixes were set without the > at the end, like this:
Code:
<img src="http://www.mydomain.com/images/countryflags/netherlands.png"
I'm very happy now
Thanks for your help as well Ozzy!