I am trying to install a JQuery Carousel into a clients website, I have tried a couple of different ones and they both give the same issue, the images appear aligned far over to the right and up a little bit. I was wondering if anyone could take a quick look for me? The site is being built here: http://www.samskirrow.com/client-hope
Thanks,
Sam
The issue is that your menu and your tagline block are floated left.
A quick fix would be to add
clear: bothto yourmaskclass.I would recommend reading about
clearfixsolution for a better solution. This would entail adding the following CSS to your stylesheet and applying the class to floated elements.