Using CSS to extend your Sub-heading text

When using a “Sub-header” field under “Record Header”, with large amounts of text it will automatically wrap text instead of taking up the empty space to the right. Using Custom CSS you can take up that empty space.

To extend the text out you can use Custom CSS to target the Subheading:

.stk-text-subheadingFieldText {
width: 900px;
}

You can adjust the width to what works best for your page.

What the Subheader looks like after Custom CSS:

3 Likes

Awesome, thanks for sharing @Brittany_Tickner ! :smiley: