$(document).ready(function() {
	$('.frontend_title').each(function() {
		var cont = $(this).html();

		$(this).html('<div style="padding-top:8px;">' + cont + '</div>');
	});
});



