2
Hello BigWolf
The Recent Comments block is designed to be a center block I believe.
If you go to admin/ blocks/recent comments and then click on "Edit" to the right of the block, there will be a link in the next dialogue box called "Template"
The code looks a bit like this:
<{foreach item=comment from=$block.comments}>
">
 |
<{$comment.title}> |
<{$comment.module}> |
<{$comment.poster}> |
<{$comment.time}> |
<{/foreach}>
If you know some HTML you could play around with this and perhaps fit the cells "TD" into "Rows" "TR" or take out bits you dont need etc
I don't know how good the result would be, you will need to play around with it and keep a copy of the orignal code somewhere.
I dont know which Template you are using--if it is the "Default", that needs to be "cloned" in System Admin and "Templates", and the "clone" (name it anything) made the default template in in General Settings. You cant edit the default template.
See the XOOPS Wiki and "Themes vs Templates" for more info. perhaps you know this already, just thought I would mention it..