Breadcrumbs with description

Page header with description & breadcrumbs

Page header with page title, breadcrumbs at right, description and content title.

Description

An example of page header with page title, breadcrumbs at right, description and content title.

HTML Markup

This section contains HTML Markup to create page with breadcrumbs with description.

You can use below HTML breadcrumbs with description page header snippet in any type of layout. You can also custom above HTML snippet as per your requirements. Modern has a ready to use 10 different types of page headers.

            
            <div class="content-header row">
              <div class="content-header-left col-md-6 col-12">
                <h2 class="content-header-title mb-0">Breadcrumbs with description</h2>
                <p class="text-muted mb-0">Page header with description & breadcrumbs</p>
              </div>
              <div class="content-header-right breadcrumbs-right col-md-6 col-12">
                <div class="breadcrumb-wrapper col-12">
                  <ol class="breadcrumb">
                    <li class="breadcrumb-item"><a href="/">Home</a>
                    </li>
                    <li class="breadcrumb-item"><a href="#">Page headers</a>
                    </li>
                    <li class="breadcrumb-item active">Breadcrumbs with description
                    </li>
                  </ol>
                </div>
              </div>
              <div class="content-header-lead col-12 mt-2">
                <p class="lead">Page header with page title, breadcrumbs at right, description and content title.</p>
              </div>
            </div>