Viewing 2 posts - 1 through 2 (of 2 total) Author Posts January 30, 2015 at 9:33 pm #388519 tlow87Participant Howdy, I was in the process of making some custom elements mobile ready when I came across a problem. When I use the @media only screen and (max-width) on any value equal to or below 800px, there is no effect. February 1, 2015 at 9:35 am #388976 IsmaelModerator Hi tlow87! Thank you for using Enfold. Which element are you trying to change? Make sure that you’re using the correct selector. This is the correct css media query: @media only screen and (max-width: 767px) { /* Add your Mobile Styles here */ } Cheers! Ismael Author Posts Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In