Ok found the admin message issue, open theme.html and replace the following code with the code below it
Code:
<td align="center" valign="top" width="100%"> <br>
<!-- [center-blocks] -->
<br>
<!-- [modules] -->
</td>
Code:
<td align="center" valign="top" width="100%"> <br>
<!-- [admin-messages] --><br>
<!-- [center-blocks] -->
<br>
<!-- [modules] -->
</td>
|