How to Make Your Campaigns Appear Right to Left (RTL)

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

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; 
}