jQuery(document).ready(function() { $.each($('.super-msg .ugl'), function(k, v) { var par = $(this).parent(); $(this).css('margin-top', ((par.height() - $(this).height())/2) + 'px'); }); });