คำแนะนำจาก
http://www.zone-it.com Crazy™ กับ мя.тв.ƒαι ขอบคุณครับ
mod
http://custom.simplemachines.org/mods/index.php?mod=1572จะได้เมนูหัวเรื่องอยู่ตรงกลาง

/Themes/default/Display.template.php
หา
echo '
<div>', theme_linktree(), '</div>';
วางทับ
echo '
<div>', theme_linktree(), '</div>
<div class="lol">
<b>', $context['subject'], '</b>
</div>';
./Themes/default/style.css
หา
?>
ใส่ก่อน
*wrap the topic title*/
.lol
{
background: white; /*box background*/
color: #0000FF; /*text color*/
border: 1px solid #192B40; /*thickness and color of box outline*/
padding: 7px; /*gap/space between text and edge of box*/
text-align: center;
font-size: 12pt;
margin: 10px auto; /*to push the gap between the box and other ie. poll*/
width: 500px; /*remove or cancel out this line to span the box across the whole screen*/
-moz-border-radius-bottomleft:10px;
-moz-border-radius-bottomright:10px;
-moz-border-radius-topleft:10px;
-moz-border-radius-topright:10px;
}