Have two different fields side by side

Hey all!
Wondering if it’s possible to have two fields display side by side and not breaking so they end up on top of each other.
image

The fields in the image are:
{{SentSimp}}
{{SentTrad}}

Anyone? :frowning:

Maybe something like this:

<div style="display: inline-block;">{{SentSimp}}</div> 
<div style="display: inline-block;">{{SentTrad}}</div>
3 Likes