Dynamically Placed Variables
I'm trying to figure out if there's a way to dynamically place elements based on the length of a variable text string. I have a few images that I'm creating with variables where there are two text strings centered and stacked. Those are all working perfectly because nothing on the image needs to move in relation to other variable data. The third image I'm working on has a text variable (that varies quite a bit in character length), a graphic element (not a variable) to the right of it, and then another text variable. I'm trying to figure out if there's a way to move the graphic element to the right of the first text variable based on what data is inputted (e.g. if the variable text string is 3 characters the graphic element should be say, 20 px to the right but if the variable text string is 15 characters, the graphic element should still be 20 px to the right - but in a totally different position than the case of the 3 character text string).
