MyBB Community Forums

Full Version: daily goal template or css help
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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]
[Image: Screenshot_327.png]
[Image: Screenshot_328.png]

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>
Remove this from daily goal template, then it should work.

style="width: 24%; float: right;"
(2019-11-25, 06:16 PM)SvePu Wrote: [ -> ]Remove this from daily goal template, then it should work.

style="width: 24%; float: right;"

Thank you its worked