You're looking to adjust the horizontal alignment of your text within a Text element! I can definitely guide you on that. π
In FancyMenu's Text elements, you can use Markdown formatting codes to control text alignment. Text is left-aligned by default.
Here are the formatting codes you can use:
Centered (^^^)
To center lines of text, start a line with ^^^, followed by the text you want to center. End the centered block with another ^^^ on an separate line.
Example:
This text is not centered.
^^^
This text is centered.
This text is also centered.
^^^
This text is not centered anymore.
Right-Aligned (|||)
To right-align lines of text, start a line with |||, followed by the text you want to right-align. End the right-aligned block with another ||| on a separate line.
Example:
This text is not right-aligned.
|||
This text is right-aligned.
This text is also right-aligned.
|||
This text is not right-aligned anymore.
Steps to use:
- Right-click your Text element and choose "Content" to open the editor.
- Add the appropriate Markdown alignment tags (
^^^ for center, ||| for right) around the lines of text you wish to align.
Please remember that these Markdown formatting codes only work within Text elements. Other text-based areas, like button labels, do not support Markdown.
You can find more details about Markdown and other text formatting options here: Text Formatting
Let me know if you have any more questions about text formatting! β¨