Divi theme code

If you are using Divi theme and need to get your tables fixed in response mode, use this code:

<script> (function($) { $(document).ready(function() { $('.et_pb_tabs_controls li').click(function() { var index = $(this).index(); $tabs = $(this).parents('.et_pb_tabs'); setTimeout(function() { $tabs.find('.et_pb_all_tabs .et_pb_tab_' + index).resize(); }, 700); }); }); })(jQuery); </script>

 

Categories
Latest Articles