How do you get horizontally centered results in a repeating group?

Is there a way to have the results of a repeating group horizontally centered?

Assume the X is the result of the Repeating group and the page side are | . Normally you get.

|XXX…|

Is there a way to get

|…XXX…|

And then have it stay centered no matter the number added.

|…X…|
|…XX…|
|…XXX…|

I’m assuming you’re using the responsive engine. If not, let me know and I can alter my response.

If I understand your question correctly, there are multiple ways of doing this.

If you’ve set your repeating group’s layout to “fixed” ;
image

Then you can right-click on the element inside your repeating group and click “center horizontally.”

If you’ve set your RG layout to “Align to parent”:
Then click on the element inside your RG and in the layout tab, click the “center” option.
image

You can also set your RG layout to “row” and centre the containers:
image

If the element inside your repeating group is text, then you’ll also want to center your text horizontally.
image.

I am not seeing any of those options.

I have them set to the middle, but they appear on the left.


Strange, I’m not too sure without looking at your editor. I’d imagine maybe something in the parent container’s setting is affecting it like padding / margins possibly, or maybe another element in the container is getting in the way?

Maybe someone else has some ideas why its not centre-aligning, sorry I wasn’t able to help

I fixed something today just like this.

Try clearing or adjusting minimum widths / heights.

I appreciate the help!

I will keep playing with it.