2014-09-22, 12:57 AM
(2014-09-21, 11:15 PM)zaishen Wrote: yes, i want the space between the posts to be smaller, i want the post to be closer
Remove the <br /> you add, and search in showthread template something like this:
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder tfixed clear">
the only thing you need to change is "tborder" to "tborder2", something like this:
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder2 tfixed clear">
now, in global.css or square.css add this class:
Quote:.tborder {
background: #fff;
width: 100%;
margin: 3px auto;
}
You can play with the 3px margin until you find the space you want.
I don't give support on PM.