![[Image: dLCg91A.png]](https://camo.mybb.com/0f9117c96c86dc594403b82d80c635019dd704ab/687474703a2f2f692e696d6775722e636f6d2f644c43673931412e706e67)
Hello all m friends, how can i move that "this post last modified by bla bla" to the 2nd red box?
can someone state how to do that? i need to learn and try by myself..
This is from my testing forum, not publish..
navigate to
postbit_classic template of the theme (in
Post Bit Templates) and find code like below
<span class="post_edit" id="edited_by_{$post['pid']}">{$post['editedmsg']}</span>
you can move it next to
{$post['iplogged']}</div>
thanks mr .m.... i have done with it..
btw, i need some more help, how to move it to the bottom of the post
![[Image: iGGlANX.png]](https://camo.mybb.com/8ba9f5ad50b33b8e79418c5de9e83deaa85f6012/687474703a2f2f692e696d6775722e636f6d2f6947476c414e582e706e67)
that cannot be easily achieved without experimenting.
instead, you can add below style property at the bottom of theme's
global.css and check if it helps
.post_body {min-height: 160px;}