I would like to change the page title alignment from the left side (default) to the right in order to achieve RTL in Hebrew
I have found a user macro for the body that works just fine but I need to also change the page title alignment
Hello!
Thank you for raising this with us. It's currently not possible, but we have a feature request for this below:
In the meantime, you can use CSS to change this:
#title-text {
direction: rtl;
}
To edit a space's CSS style sheets:
- Go to the space and choose Space tools > Look and Feel from the bottom of the sidebar
- Choose Stylesheet then Edit.
- Paste your custom CSS into the text field.
- Save your changes. The new CSS will be visible on all content pages in the space.
To edit your global CSS stylesheet:
- Choose
> General Configuration > Stylesheet.
- Choose Edit.
- Paste your custom CSS into the text field.
Choose Save
See Styling Confluence with CSS for more information!
Please let me know if you have any issues or questions.
Regards,
Shannon
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.