I have a header with a Left Group and a Right group, and a text element in the center. How do I structure the elements so the center text is always in the center when the page with shrinks?
The left and right groups have the same max width, the header has container aligned center, which bubblebot says to do.
But when the page width shrinks, the Left Group shrinks first, so the text does not remain in the center.
How to structurer so the text element always remains in the center?
1 Like
1° way. Configure parent group like a align to parent and set the title into a center. Left and right groups to left and right respectively.
2 way. Create 3 groups inside a parent group and set parent group alignment to space between. Keep the title in a middle group and uncheck the fit width to content box. Other elements in respective groups (right and left)
with align to parent it just smushes.
Looks like the text in the center needs to be in a group in the center as you suggest. I guess group has more alignment options than text.
I think that works, thanks lyhenning!
2 Likes