In {Theme} we have several variations of this element that can be created using classes you can see down below.
- .ct-section-header-decoration-left
- .ct-section-header-decoration-center
— .ct-section-header-decoration-left
HTML markup
1 2 3 |
<div class="ct-section-header ct-section-header-decoration-left ct-u-margin-bottom-30"><span class="h5 ct-u-color--gray">things i do</span> <h2 class="h1">services<br>for your business</h2> </div> |
Screenshot

Section Header Left
— .ct-section-header-decoration-center
HTML markup
1 2 3 |
<div class="ct-section-header ct-section-header-decoration-center ct-u-margin-bottom-30"><span class="h5 ct-u-color--gray">things i do</span> <h2 class="h1">services<br>for your business</h2> </div> |
Screenshot

Section Header Center