3.2.2. CTA for Content Headings

For CTA buttons alongside headings in content area simply apply pull-right on a regular button, cta is not needed.

Example

<a href="#" class="btn btn-primary btn-raised pull-right">
    <span class="glyphicon glyphicon-plus-sign offset-right" aria-hidden="true"></span>
    New Page
</a>
<h2>Pages</h2>