Quantcast
Channel: XTemos » All Posts
Viewing all articles
Browse latest Browse all 38962

Reply To: Additional Tab Content Bug – Content Displayed Incorrectly Outside the Container

$
0
0

Hello,

Thank you so much for the detailed explanation. It seems to be Visual Composer bug. But as a workaround we have added simple JS fix to the Custom JS in Theme Settings. Please check now.

jQuery('.tabs > li').click(function() {
    setTimeout(function() {
        jQuery(window).trigger('resize.vcRowBehaviour');
    }, 1);
});

Regards


Viewing all articles
Browse latest Browse all 38962

Trending Articles