Do you need to display a language that requires RTL (right-to-left) display. We make it easy for you to make your campaigns appear RTL.
In this article, you will learn how to make your campaigns appear RTL.
Before You Start
- This guide assumes you’re already familiar with our Custom CSS tool.
- We’ll be using CSS to modify the display of text in our campaign. For more information on this concept in general, check out W3school’s guide.
- If your campaigns are written in a non-English language you should also review our documentation to create custom input field error messages.
RTL CSS
To display your campaign language RTL, add the following CSS to your campaign using the Custom CSS tool:
html div#om-{{id}} * { direction: rtl !important; }