How to change the page title allignment to the right

test November 10, 2019

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

2 answers

0 votes
Paz Grimberg February 23, 2022

Hi,

You can use Methoda's RTL for Confluence addon:

RTL for Confluence | Atlassian Marketplace

0 votes
Shannon S
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
November 20, 2019

Hello!

Thank you for raising this with us. It's currently not possible, but we have a feature request for this below:

  • CONFSERVER-55860 Support for RTL languages (Hebrew, Persian, Arabic) when editing content

In the meantime, you can use CSS to change this:

#title-text {
direction: rtl;
}
To edit a space's CSS style sheets:
  1. Go to the space and choose Space tools > Look and Feel from the bottom of the sidebar
  2. Choose Stylesheet then Edit.
  3. Paste your custom CSS into the text field.
  4. Save your changes. The new CSS will be visible on all content pages in the space.

To edit your global CSS stylesheet:
  1. Choose  > General Configuration > Stylesheet
  2. Choose Edit.
  3. Paste your custom CSS into the text field.
  4. Choose Save

See Styling Confluence with CSS for more information!

Please let me know if you have any issues or questions.

Regards,

Shannon

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events