Feedspace Home Dashboard

How to Set Text Alignment Right-to-Left for Wall of Love

Last updated on October 28, 2025

Overview

If your Wall of Love page needs to support right-to-left (RTL) languages such as Arabic, Hebrew, or Urdu, you can easily adjust the alignment using the Custom CSS option inside Feedspace.
This ensures all reviews, author names, and card content follow a natural right-to-left text flow.

Step 1 – Open Wall of Love Settings

  • Log in to your Feedspace account.
  • Navigate to Share → Pages.
  • Select your Wall of Love page and click the Page Design tab.

Step 2 – Enable Custom CSS

  • On the right-hand settings panel, scroll down until you find the Add custom css option.
  • Toggle the switch to enable custom CSS editing.
Enable Add Custom CSS Option

Step 3 – Add RTL CSS Rule

In the custom CSS text box that appears, paste the following line of CSS:

direction: rtl;

This will align all text, review content, and layout flow from right to left.

Step 4 – Save Changes

  • Click the Save & Next button at the top-right corner to apply your changes.
  • You’ll immediately see the alignment updated in the preview section on the left.

Step 5 – Preview the Wall of Love

Check both Desktop and Phone modes in the preview to ensure that:

  • Text and content align properly to the right.
  • Review cards and names display correctly for RTL reading flow.

Step 6 – Publish and Test

  • Once you’re satisfied with the preview, click Save & Share to publish your Wall of Love.
  • Visit your live page link and confirm that it’s displaying text from right to left.

Tips

  • Works seamlessly for Arabic, Hebrew, Persian, and other RTL languages.
  • You can disable the custom CSS anytime to revert to the default left-to-right view.

You might also find helpful

How to Create a Wall of Love Page in Feedspace

Steps to Create a Page Log into Feedspace Sign in with your account credentials. Go to Pages From the left sidebar, click Pages. Create Page Click Create Page. This opens the creation screen with some reviews auto-selected in the space. Select Reviews Go to the Select Review page and choose...

How to Set Text Alignment Right-to-Left for Widget

Overview If your Feedspace widget needs to support right-to-left (RTL) languages such as Arabic or Hebrew, you can easily change the text direction by adding a simple CSS rule in the widget customization panel.This ensures that all reviews, text content, and layout elements align properly for RTL reading flow. Step...

How to Set Text Alignment Right-to-Left for Review Form

Overview If your review form needs to support right-to-left (RTL) languages such as Arabic or Hebrew, you can easily adjust the text alignment using Custom CSS in Feedspace.This ensures that all form elements — including labels, placeholders, and input fields — align properly for RTL reading flow. Step 1 –...