Yes! I have figured it out! Here's what you'll need to do:
Open up your tabcontent.css
Change from
PHP Code:
.djdot{
font: bold 13px Arial;
width: 100%; /*leave this value as is in most cases*/
}
To
PHP Code:
.djdot{
font: bold 13px Arial;
width: 100%; /*leave this value as is in most cases*/
margin-left:20px;
}
The 20PX is just a random number I threw in there, and really depends on your width of your personal forum. Enjoy!