So I have a Macro for stunning strike, simply put it reads:  &{template:5eDefault} {{ability=1}} {{title=Stunning Strike}} {{subheader=@{Selected|Token_Name}}} {{subheaderright=}} {{subheader2=Monk}}  {{subheaderright2=On Target Hit}} {{freetextname=Description}} {{freetext=@{Selected|Token_Name} attempts to force his Ki into his opponent, temporarily stunning it. Make a DC [[8+@{pb}+@{wisdom_mod}]] Constitution saving throw or be stunned until the end of your next turn.  [Failed?](~selected|Stunned)}}   However, I have a Macro that tracks Ki cost and usage that I would like to combine with the above Macro. I have this, which is working:  &{template:5eDefault} {{ability=1}} {{title=Stunning Strike}} {{subheader=@{Selected|Token_Name}}} {{subheaderright=}} {{subheader2=Monk}}  {{subheaderright2=On Target Hit}} {{emote=@{Nickname} redirects his Ki}} {{Description=@{Selected|Token_Name} attempts to force his Ki into his opponent, temporarily stunning it. Make a DC [[8+@{pb}+@{wisdom_mod}]] Constitution saving throw or be stunned until the end of your next turn.}} {{Ki Usage=You have spent [[@{classactionresource4}]] @{repeating_classresources_$0_ClassResourceName}.  [[@{repeating_classresources_$0_ClassResourceTotal}-@{classactionresource4}]] of [[@{monk_level}]] @{repeating_classresources_$0_ClassResourceName} remaining}} {{[Failed?](~selected|Stunned)}} }} @{Ha'skarl "Preystalker" Iojio|classactioncustom1skill}  But I don't like how the description is locked into the 2nd column, rather than how the original Macro looks. Anyone know how to get around this? Pictures for comparison:        Desired Look:   Current Look: