Hi Kharis,
my testimonial widget on homepage is keep moving up and down because of different size ,To resolve this problem i referred to this solution here This code with plugin -
jQuery(function($) {
$(window).on('load resize', function() {
var testiItem = $('.roll-testimonials .customer');
var maxHeight = -1;
testiItem.each(function() {
maxHeight = maxHeight > $(this).height() ? maxHeight : $(this).height();
});
testiItem.each(function() {
$('.roll-testimonials .owl-wrapper-outer').height(maxHeight);
$(this).height(maxHeight);
});
});
});
but problem still remain same can u plz help i already cleared browser cache as well. my website is Kitchen Tek
help really appreciated
Regards
Fatima