Feedspace Home Dashboard

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

Last updated on October 28, 2025

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 1 – Open Widget Settings

  • Log in to your Feedspace account.
  • Go to the Share → Widgets section.
  • Select the widget you want to edit and click Customize.

Step 2 – Enable Custom CSS

  • On the right-hand settings panel, scroll down to the Add custom CSS section.
  • Toggle Add custom css to enable custom styling for your widget.
Enable Add Custom CSS Option

Step 3 – Add the RTL CSS Rule

In the custom CSS box that appears, paste the following CSS snippet:

direction: rtl;

This will set your widget’s text flow and alignment from right to left, which is ideal for Arabic, Hebrew, Persian, and Urdu content.

Step 4 – Save Changes

  • After adding the CSS, click the Save & Next button at the top-right corner.
  • Your changes will apply instantly to the widget preview on the left.

Step 5 – Preview the Widget

  • Check the Desktop and Phone tabs in the preview section to confirm that text, dates, and review details are correctly aligned to the right side.

Step 6 – Publish the Widget

  • Once you’re satisfied with the alignment, click Save & Share.
  • Your live widget will now display all reviews in right-to-left format on your website.

Tips

  • You can combine direction: rtl; with text-align: right; for extra alignment control.
  • Works for all widget types, including Carousel, Masonry, Vertical Scroll, and Floating Cards, etc.
  • Ideal for multilingual brands serving Arabic or Hebrew-speaking audiences.

You might also find helpful

How to Create a Widget in Feedspace

Overview Widgets in Feedspace allow you to showcase your collected reviews directly on your website. They are easy to set up, customizable, and come in different layouts to match your site’s design. This guide walks you through the steps to create your first widget and explains all the available widget...

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 –...

How to Customize Widgets to Match Your Website Theme

Overview Feedspace allows you to fully customize your widgets to match your brand’s look and feel. Whether you want to change fonts, colors, or layout — you can easily do so from the widget editor. For advanced users, you can even add custom CSS for complete design flexibility. Steps to...