Quote:
Originally Posted by Destron
Alright, here are the changes I made to the xml file to fix the margin problems, I hope they can be of help to someone 
|
Thanx, mate

That did it for forums.php. Any chance you could provide the changes for the threads-part in the xml
PHP Code:
<h4 class="threadinfohead"><span class="optiontitle">{vb:rawphrase seofq_title}</span></h4>
<div id="seof_queries_list" class="thread_info_block">
<div class="inner_block">
<div id='seofq_list_cell'>
<vb:each from="keywords" key="wordid" value="word">
{vb:var tag_fix}{vb:var word.tag}>{vb:var word.term_value}</{vb:var word.tag}><vb:if condition="$wordid != $tagscount">, </vb:if>
</vb:each>
</div>
</div>
</div>
?