I've been hunting for where to get rid of the gap between posts. See attached. Thanks for your help.
Get rid of gap between postbits
Collapse
X
-
That gap is controlled by this setting:
Admin CP -> Styles & Templates -> Style Manager -> All Style Options -> Table Cell Padding -
Yes. Changing this behavior requires editing the templates. Go to your:
Admin CP -> Styles & Templates -> Style Manager -> « » -> Postbit Templates » -> postbit
Find this code at the top and replace the red code with 0:
Code:<!-- post #$post[postid] --> <if condition="$show['spacer']"> $spacer_open <div 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>
Comment
widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
Comment