Looking to remove the spacing between the posts on the showthread pages. I'm using the legacy post bit with the avatar and member info on the left. What template should I be looking at? What do I need to remove?
How do I remove spacing between individual posts on the showthread page?
Collapse
X
-
Admin CP -> Styles & Templates -> Style Manager -> « » -> Postbit Templates -> postbit_wrapper
Replace the $stylevar[cellpadding] with 0:
Code:<!-- post #$post[postid] --> <if condition="$show['spacer']"> $spacer_open <div id="edit$post[postid]" style="padding:0px 0px [color=red]$stylevar[cellpadding][/color]px 0px"> <if condition="!$post['islastshown']"><!-- this is not the last post shown on the page --></if> </if> $postbit <if condition="$show['spacer']"> </div> $spacer_close </if> <!-- / post #$post[postid] -->
widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
Comment