zagorskey Active member Jul 18, 2014 #1 I'm trying to apply some rules in CSS that would exclude touch devices. Which is the most appropriate way to do that?
I'm trying to apply some rules in CSS that would exclude touch devices. Which is the most appropriate way to do that?
P Paul B XenForo moderator Staff member Jul 18, 2014 #2 There is no conditional statement for devices. You can use media queries for browser (viewport) width. Upvote 0 Downvote
There is no conditional statement for devices. You can use media queries for browser (viewport) width.
zagorskey Active member Jul 18, 2014 #3 Just used .NoTouch in front, worked like a charm. Solved. Upvote 0 Downvote