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;
Just wondering after seeing the above, do I have to update the width (like the % above) of my images in the codes for the optimized layout feature to work properly if my images are of a different size than those in the demo? Or does the optimized layout feature of this template already takes that into account? I'm a bit confused.