The containers of a repeater change their size to smaller bozes according to the data they get in. Is there a way to make the template container big enough for all data and just block that size adaption, so all of them appear aligned?
Have you simply tried putting another element behind the variable text box so that it covers the height from the top of the container to the button, or simply between the heading text of two lines and the music text of two lines.
So in theory the container can not shrink or enlarge dependent on the text used in the two variables as the full size element is blocking it.
If you just use the text boxes themselves for the height, then they will just adjust depending on the text variable that is placed inside of them and you would need to add the extra line spacing in the dataset fields.
hey info, essentially, go to add en element like “box” and make it the same size as your largest piece of text. When you attach it to the repeater container, arrange the layers so it’s behind the text. This will be almost like an invisible place holder for the size of the container. Hope that helps