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

    Hello, im using enfold, i need to know how to add css styles that affect just the ipad vertical view. Do i need an external plugin? enfold can handle it itself? please i need your advice, im in a rush with this project.

    Thanks.

    #280519

    Hey cholo!

    You can use media queries as following

    @media only screen and (max-width: 1024px) and (min-width: 768px) {
    /* your custom CSS code goes here */
    }

    Best regards,
    Yigit

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