Hello,
I don’t know why but when I select the option to center my group, it’s not working…
Thank you for your help
Hello,
I don’t know why but when I select the option to center my group, it’s not working…
Thank you for your help
At least one reason is that the group’s width is unconstrained - i.e. its Max width is not set - which means it defaults to “Inf” (infinite). As a result, the group will simply “fill” its parent’s width and never appear centered.
You should explicitly set the Max width to some value so that when its parent exceeds that width, the group will appear centered within its parent.