Overview
When creating or editing posts and articles in Khoros Aurora, users may experience an issue where attempting to center bold text using the text alignment button in the rich text editor has no visible effect. The text remains left-aligned despite the center alignment button being clicked.
Symptoms:
- Bold text does not center when using the center alignment button in the editor toolbar
- The issue occurs with text formatted using the Bold button or keyboard shortcut (Ctrl+B / Cmd+B)
- Other alignment options (left, right, justify) may also fail to apply to bold text
- Plain (non-bold) text centers correctly without any issues
Solution
This issue occurred because the editor incorrectly applied the alignment CSS class (lia-align-center) to the inline <strong> HTML tag instead of the parent block-level <p> tag. The problem has been fixed in version 25.11 of Khoros Aurora.
Step 1: Verify Your Community Version
- Check which version of Khoros Aurora your community is running
- If you're on version 25.11 or later, the issue should already be resolved
- If you're on an earlier version, proceed to the workaround steps below or contact support to schedule an upgrade
Step 2: Apply the Workaround (For Earlier Versions)
If you're on a version earlier than 25.11 and need to center bold text immediately, use one of these workarounds:
Option A: Reorder the Formatting
- Remove the bold formatting from your text by selecting it and clicking the Bold button (or pressing Ctrl+B / Cmd+B)
- With the text still selected, click the Center alignment button in the toolbar
- Verify the text is now centered
- Select the centered text again and reapply the bold formatting
- The text should now be both centered and bold
Option B: Manually Edit the HTML (Advanced Users)
- Switch to HTML view in the editor (usually available via a source/HTML button in the toolbar)
- Locate the
<strong>tag containing your bold text - If the
class="lia-align-center"attribute is on the<strong>tag, remove it - Add
class="lia-align-center"to the parent<p>tag instead - Switch back to visual editor mode and verify the text is properly centered
Step 3: Request a Community Upgrade (Permanent fix)
- If your community is not on automatic upgrades and you're experiencing this issue, proceed with the steps from How to Manage Instance Upgrade Settings with the AI assistant to request a one-time upgrade to the latest version
Summary
The inability to center bold text in Khoros Aurora was caused by the editor applying alignment classes to inline formatting elements rather than block-level elements. This issue affected communities running versions prior to 25.11. Users on earlier versions can work around the issue by either removing bold formatting before centering (then reapplying it) or by manually editing the HTML. The issue has been permanently resolved in version 25.11 and later through an update to the editor's alignment functionality.
Ciprian Nastase
Comments