Quote Originally Posted by VintageOrton View Post
Ah, thankyou very much, my final question, when i use my homead banners, as you can see on my site, only one shows up, but when i go to the mobile site all three show up, any suggestions on how i make all 3 homead banners show up on my site?
All 3 are showing on using my laptop with firefox and chrome.

On another note, you have declared the background image in 2 places in the main stylesheet body tag and the responsive one-row-fluid tag. Remove 1 of them as you don't need to use extra resources loading unneeded code. And a suggestion for you is that your image really only works on larger resolutions. So move the image background to the responsive default file under a media query that suits your background by using min-width: ??px. By also putting it in your responsive default you are not going to force mobile users to load a background that is not seen.