Hi Tuan,
you need to modify skin1/modules/Fast_Lane_Checkout/home.tpl
Find this at top
Code:
<table width="100%" cellpadding="0" cellspacing="0">
<tr>
<td valign="top" width="150"><img src="{$ImagesDir}/spacer.gif" class="Spc" alt="" /></td>
<td width="6"> </td>
<td valign="top" align="center">
and this on the bottom
Code:
</td>
<td width="6"> </td>
<td valign="top" width="150"><img src="{$ImagesDir}/spacer.gif" class="Spc" alt="" /> </td>
</tr>
</table>
and just delete it. Then look for
Code:
<table cellpadding="0" cellspacing="0" width="700">
and change 700 to 100%.
Thats it.