aligning elements in Canvas Builder
I'd like the ability to string up elements in the canvas view and have it align correctly. For example, rather than this:
City: cityname ", " State: SN " " Code: zipcode
I'd like to see this:
Cityname, SN zipcode
I know how to do this creating a custom field, but that's wasteful. I'd like the Canvas Builder to be able to remove padding between elements while allowing 'fluid' fields (this, I do know how to do).
Can anyone point me in the right direction?