Text not aligned on second line

Hopefully someone can help me. I’m trying to get the text to stay indented. Example, the word “horse” needs to be under the word “Tulsa”. Right now I have a text box inside a div box.!

https://preview.webflow.com/preview/mycreativepixel-site?utm_medium=preview_link&utm_source=designer&utm_content=mycreativepixel-site&preview=e0c17831c3a566972dc7505cc765aec1&pageId=5e94d72953bc525d3f961ced&mode=preview


Here is my site Read-Only: LINK
(how to share your site Read-Only link)

Hey @creativeclicks, it’s best if you separate the 2 boxes. I.e. Right now the label(‘Client’) is a span within the text box.

Screen Shot 2020-04-18 at 17.47.03

Then set the Div block to flexbox, that should sort it out.

or use columns

You should contain the text inside of a div that is displayed as a horizontal flex box - split the bold and paragraph text into two different elements. You’ll find yourself limited to design changes by containing both texts inside the same element.

WOW! Who knew it was that easy. LOL… thank you