$(function (){ var d = $('#galer > div > div'); if (d.height() < 250) { d.css('margin-top', '10%'); } });