Can you provide the opposite of this specific CSS media query?
@media only screen and (device-width:768px)
To clarify, what we are looking for is everything except iPad or not iPad.
Just an FYI, I have attempted the code below without success:
@media not only screen and (device-width:768px)
Unfortunately, it did not produce the desired outcome.