Quote:
Originally Posted by Nano_
Works in 4.0.5.
But i have a question: How i make to align with forum category top?
|
The amount of space varies depending upon the script, and could change again depending upon the style and other mods that may be in place. You can play around with adding some padding above the content for each script type in ss_rightcolumn_contents. For example,
Code:
<vb:if condition="THIS_SCRIPT == 'forumdisplay'">
<div style="padding-top:66px;"> </div>
</vb:if>
<vb:if condition="THIS_SCRIPT == 'showthread'">
<div style="padding-top:54px;"> </div>
</vb:if>
Note also that the spacing for the forumdisplay template changes if it includes subforums - you can tweak the template, or script a more complex conditional....