function checkWindowSize() {
    var width = $(window).width(),
    new_class = width > 1600 ? 'wLarge' :
                width > 1440 ? 'w1680' :
                width > 1280 ? 'w1440' :
                width > 1024 ? 'w1280' : '';

    $(document.body).removeClass('wLarge w1680 w1440 w1280').addClass(new_class);
}
Javascript ile şöyle kontrol edip, body elemanına class ekletebilirsin.
Ardından body class'ı üzerinden yürürsün.

Farklı farklı çözümlere şuradan bakabilirsin : http://stackoverflow.com/questions/1...tion-using-php