Thanks guys. I've looked a bit more at it and found the top-container code in the Widget-Tab.php (I think). But when I delete the code for the offending text, the design goes out of cink.
I did think maybe the 2.8 upgrade was affecting the widgets, but I can't get support from anyone involved with this theme! That's bad!
Here's the index.php
<?php get_header() ?>
<div id="top-container">
<?php include(TEMPLATEPATH.'/slide.php'); ?>
<div class="clear"></div>
<?php include(TEMPLATEPATH.'/includes/glide.php'); ?>
<?php include(TEMPLATEPATH.'/includes/widget-tab.php'); ?>
<div class="clear"></div>
</div><!-- /top-container -->
<div id="container">
<div id="content">
<div class="post single" id="post-1"><div class="post-top">
<center><h3 class="title">Welcome</h3></center>
<div class="entry">
<p>Welcome to the Silver Cross blog. Here’s where we share our news and little stories with you, and give you a sneaky peek into the world of Silver Cross.</p>
<p>This blog is for our customers, so please, let us know what you like and don’t – we want to hear your feedback and make it the best blog for you!</p>
</div>
</div>
<div class="post-bottom"></div>
</div>
<?php get_sidebar(); get_footer(); ?>
If anyone can help me fix this, it'd be much appreciated. Maybe I can reciprocate with some graphics assistance.
cheers, Andy