4
Remove the width 100% for table in /xoops.css
In a template, maybe theme.html you find the place where this code is generated:
<td class="menuBlockContent">
<table class="outer" cellspacing="1" cellpadding="0" align="center" width="10%">
Change the center to left.
If needed adjust padding-left:40px; for td.menuBlockContent in /themes/wow3/style.css