Ok in this tutorial I will give a simple and quick method on how to center your tabs in smf 1.1.8 on a default based theme.
This is actually a really simple procedure
open your index.template.php and search for:
<table cellpadding="0" cellspacing="0" border="0" style="margin-left: 10px;">
simply replace the
style="margin-left: 10px;" to align="center" so it will look like this
<table cellpadding="0" cellspacing="0" border="0" align="center">