I’m looking for a way to align the LABEL of a custom field and the data entered into a custom field onto one line instead of them showing up as two separate lines on the invoice form and other forms.
You need a custom theme that puts both Liquid variables on one line. This Guide will give you some ideas: https://www.manager.io/guides/17100. But your task will actually be easier, just one of combining things that are already adjacent in the code rather than separating to two locations.
I had added code for each custom field per the guide.
Didn’t realize I would be duplicating it.
Once I deleted those lines, this code worked perfectly.
Thanks