Home › Forums › WoodMart support forum › Product tab bug › Reply To: Product tab bug
May 16, 2022 at 5:06 pm
#376251
Elise Noromit
Member
Hello,
Please add this code to the Theme Settings > Custom JS on Document ready:
jQuery('.wc-tabs > li').on('click', function() {
jQuery(window).trigger('resize');
});
Best Regards