Quote Originally Posted by simon1066 View Post
Just had a quick play so it's a bit dirty but you could move the slider image under the home-top div text by

.content-slider {
float: left;
margin-left: -30%; -- you'll need to experiment with the responsive views to see if a % or px is best
width: 65%; -- try altering the width of this and/or slider images to see what fits

and get the home-top div text to overlay the image by

#top-banner {
position: relative;
z-index: 999;
cool thanks so much Simon1066,
Getting a bit late here . . so I'll play with this tomorrow and report back :)