Responsive site works on desktop but not mobile
问题 I'm working on developing this responsive Wordpress site: http://www.allisoncassels.com/Test/ and having a problem with my media queries. I coded the CSS for the following breakpoints: /* Portrait Tablets */ @media only screen and (min-width: 768px) and (max-width: 959px) /* Portrait Mobiles */ @media only screen and (max-width: 767px) /* Landscape Mobiles */ @media only screen and (min-width: 480px) and (max-width: 767px) On desktop, everything looks great. On my phone and tablet, some