New Zenner
- Join Date:
- Oct 2010
- Posts:
- 50
- Plugin Contributions:
- 0
Westminster New
simon1066:
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 fitsand 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 :)