Using Media Queries in WordPress jQuery
(function($) { if ($(window).width() < 320 ) { /*Run Code here*/ } })(jQuery);