2019-11-25, 05:04 PM
when i activate daily goal its come with correct size but near by forum
when i am move it right side its size is reduced
how to fix this i think its on daily post goal template
some one help me fix
![[Image: Screenshot_326.png]](https://camo.mybb.com/f0fdf83f607a101e893f81c7fdf48eb9199d2d23/68747470733a2f2f7069632e6b75747479736f66742e636f6d2f696d616765732f323031392f31312f32352f53637265656e73686f745f3332362e706e67)
![[Image: Screenshot_327.png]](https://camo.mybb.com/f2b4d58d6c0e805a97224c08f608788a611c1999/68747470733a2f2f7069632e6b75747479736f66742e636f6d2f696d616765732f323031392f31312f32352f53637265656e73686f745f3332372e706e67)
![[Image: Screenshot_328.png]](https://camo.mybb.com/08ac04a7561bb7b42e28bfa3a6ca62cc0adaffed/68747470733a2f2f7069632e6b75747479736f66742e636f6d2f696d616765732f323031392f31312f32352f53637265656e73686f745f3332382e706e67)
daily goal template code :
<table border="0" cellspacing="0" cellpadding="5" class="tborder" style="width: 24%; float: right;">
<tr>
<td class="thead" colspan="5">
<strong><a href="#">Daily Goal</a></strong>
</td>
</tr>
<tr>
<td class="trow1" colspan="5">{$goal_title}</td>
</tr>
<tr>
<td class="trow1" width="50%">Progress:</td>
<td class="trow1" width="50%">{$goal_progress}/{$goal}</td>
</tr>
<tr>
<td class="trow1" width="50%">Status:</td>
<td class="trow1" width="50%">{$goal_result}</td>
</tr>
</table>
when i am move it right side its size is reduced
how to fix this i think its on daily post goal template
some one help me fix
daily goal template code :
<table border="0" cellspacing="0" cellpadding="5" class="tborder" style="width: 24%; float: right;">
<tr>
<td class="thead" colspan="5">
<strong><a href="#">Daily Goal</a></strong>
</td>
</tr>
<tr>
<td class="trow1" colspan="5">{$goal_title}</td>
</tr>
<tr>
<td class="trow1" width="50%">Progress:</td>
<td class="trow1" width="50%">{$goal_progress}/{$goal}</td>
</tr>
<tr>
<td class="trow1" width="50%">Status:</td>
<td class="trow1" width="50%">{$goal_result}</td>
</tr>
</table>