Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #388519

    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.

    #388976

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.