Hiding an element if user is mobile

Is there a way to hide an element if the user is on a mobile device? I know that I can create a separate page, but if I can eliminate having to do that by hiding a few elements, that would be awesome.

You can set a condition that when page width = xx then element is not visible

Perfect thanks!