I have a 3 X 3 gid with an image set to be a width of 31%. As the width of the browser decreases on a desktop, the images shrink and stay in the 3X3 grid as I would expect. But when I look at it on my iPad, they stay normal size and therfeore push everything down creating a single column of 9. What am I missing?
Here is my css code I am using: .platnum-ads img { float: left; margin-right: 10px; width: 31%;}
Well, I had never even looked at it on my iPad before so when I brought it up for the first time and it was all in a single column I never even thought about refreshing the screen. Now that I have refreshed the screen it is fine. Oh well.