@media only screen and (max-width: 959px) {
/* hide tabs */
body .wpb_tabs_nav { display: none; }
/* display tab content */
body .wpb_tab { display: block !important; }
}
Snippets: Disable Tabs And Show All Content On Mobile For VC Tours
All CSS snippets should be added via a child theme's style.css file or using the built-in Custom CSS panel.