Snippet: Alter The Width Of The VC Tour Module Tabs & Content
/* Alter tour tabs width */
body .wpb_tour .wpb_tabs_nav {
width: 20% !important;
}
/* Alter tour content width */
body .wpb_tour .wpb_tour_tabs_wrapper .wpb_tab {
width: 80% !important;
padding-left: 25px !important;
}
Learn how to add custom CSS to your site.