Also known as: tabs, horizontal tabs

Description

Displays 2-5 tabs and when users select one tab, more details are shown. Content is displayed in an accordion on mobile.



Design 

Example 1 - copy, supporting photo, and testimonial

Source: FTMBA Curriculum page mockup (Figma)

Example 2 - multi-column layout

Source: FTMBA Curriculum page mockup (Figma)

Use When

Editorial Guidelines

Follow our general Web Copy General Guidelines in addition to the following:

Tab name (button)

Tab panel (details)

Panel heading

Panel content

Design Assets Needed

Images (optional)

Follow our image standards for horizontal photos, cut-out headshots, logos, etc.

Implementation

ACF Fields

Add/Edit Tabs

Tab name (required)
Tab panel heading override (optional)
Tab panel content (required)

Formatting panel content

Column layouts

2 Columns - 60% / 40% 
<div class="row">
<div class="col-12 col-lg-7 pe-lg-5">
       ADD CONTENT
</div>

<div class="col-12 col-lg-5 mt-4 mt-lg-0">
       ADD CONTENT
</div>
</div>


3 Columns 

<div class="row gx-5">
    <div class="col-12 col-lg-4">
       ADD CONTENT
    </div>
    <div class="col-12 col-lg-4">
       ADD CONTENT
    </div>
    <div class="col-12 col-lg-4">
      ADD CONTENT
    </div>
</div>


Horizontal rule

Photo

<div class="image mt-4 mt-lg-0 ">
   <img src="https://update-wisc-business.pantheonsite.io/wp-content/uploads/2026/05/RequirED_masthead_2400_1600-512x341.avif" alt="Professor Milt Hwang speaks to a group of students about AI during his class" width="300" height="200" class="aligncenter brand-border-radius size-medium wp-image-166081" />
</div>


Testimonial/pullquote

<figure class="wsb-pullquote text-center col-lg-9 mx-auto my-4">
   <blockquote>"ADD QUOTE"</blockquote>
   <figcaption>
     <p class="author">ADD NAME</p>
     <p>ADD TITLE AND COMPANY</p>
   </figcaption>
</figure>
ADD HEADSHOT CODE HERE

<figure class="wsb-pullquote text-center col-lg-9 mx-auto my-4">
   <blockquote>"ADD QUOTE"</blockquote>
   <figcaption>
     <p class="author">ADD NAME</p>
     <p>ADD TITLE AND COMPANY</p>
   </figcaption>
</figure>


Configuration

Background (optional)

Resources