treehouse : what would you like to learn today?
Web Design Web Development iOS Development

lightbox problem on phones

  • I have an iphone 4s and on the pages like this one when you zoom in on a product the image swings to the right can somebody help me figure out why? I'm probably going to have to fix it with some media queries. I am using the jquery lightbox plugin.
  • odd, I checked on an iPhone 4 and it swung left, but the footer also did the same
    It looks like the actual lightbox it set to be media=screen, so if you change this to just standard it might sort the problem

    On another note, your font says helvetico instead of helvetica
  • Your footer isn't closed properly:

    </footer
    Obviously, this should be:

    </footer>