I am trying to update my site to responsive. I have several includes in php on a page. Using media queries sizes I want to hide one of them when it is phone size. Is it possible to hide this with css?
<?php include('slideshow.html'); ?>
Thanks for any suggestions!