Juggernaut |
11-08-2010 06:47 AM |
Quote:
Originally Posted by Marv
(Post 2119362)
Post it here. There are a few more around here having the same damn problem.. ;)
|
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 :)
Look for this in your xml file:
Code:
<div id="wgo_events" class="wgo_subblock">
<h3><img src="{vb:stylevar imgdir_misc}/forum_stats.png" alt="{vb:rawphrase seofq_title}" />{vb:rawphrase seofq_title}</h3>
<div class="inner">
Change to this:
Code:
<div id="wgo_events" class="wgo_subblock section">
<h3 class="blocksubhead"><img src="{vb:stylevar imgdir_misc}/forum_stats.png" alt="{vb:rawphrase seofq_title}" />{vb:rawphrase seofq_title}</h3>
<div class="inner">
|