Set a Richttextlabel offset

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Schweini

Hello!
I have a RichTextLabel which has a Child which is also a Richttextlabel.
I want that the Child has a y offset of 56.
Is this possible?

:bust_in_silhouette: Reply From: CalmTurtle

Yes.

Ensure RichTextLabel (parent) rect_clip_content is equal to false. Then adjust the `margin_top’ of the child to 56.

Whenever I am trying to figure out some weird UI stuff, my best practice is to create a new scene and test out what I want in a clean implementation. This way you know it works before trying to incorporate it into your more complicated, existing project.