Prevent WPBakery Page Builder Tabs Switching Design on Mobile
NOTE: It's now possible to add the "vc_tta-o-non-responsive" classname to any row or column containing tabs to prevent the behavior.
body .vc_tta.vc_tta-tabs .vc_tta-tabs-container { display: block !important; }
body .vc_tta.vc_general .vc_tta-panel-heading { display: none !important; }
Learn how to add custom CSS to your site.