Header Stack w/ Secondary Text

We would like to use one H1 header with a heading and an added secondary text.

How do we get the secondary text to appear under the main heading, instead of the same line of the main heading?

@weeQtoo There may be other ways to accomplish this but what I use is HTML for line break:

<br/>

Put that simple code in just after your H1 text and the secondary text will appear on a new line.

I just put < br > (no spaces before and after the br). I put those in and the line breaks as anticipated in this paragraph. I had for the breakpoint. Do you need the / at the end? Without it seems to work fine.

Yes, probably an error on my part.


works. Thank you!

Know how do we adjust, reduce, the padding between the main header and the secondary text?