#
February 21, 2013 at 11:08 am
I have been playing with a local responsive layout based on Foundation by Zurb. I’ve set quite a few @media only points in my CSS and when I check how the page is responding to the different points, a few of them are having issues.
I have points set at 320px, 480px, 600px, 800px, and 768px. I’ve set them with the following code:
@media only screen and (max-width: ___px){ }
I have my logo changing in all the break points but at 320 and 480 it only wants to read that change at 600px. Any help suggestions would be great.