# Apply RTL mode

**URL:** https://community.elfsight.com/t/apply-rtl-mode/80756
**Category:** Reviews
**Created:** [November 7, 2024, 1:48pm UTC](https://community.elfsight.com/t/apply-rtl-mode/80756 "2024-11-07T13:48:13Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Max](https://sea2.discourse-cdn.com/flex020/user_avatar/community.elfsight.com/max/32/710_2.png) [@Max](https://community.elfsight.com/u/Max)
#### Post date: [November 7, 2024, 1:48pm UTC](https://community.elfsight.com/t/apply-rtl-mode/80756/1 "2024-11-07T13:48:13Z")

</div>

Add this code to the Custom CSS field on the Style tab of your [Reviews](https://elfsight.com/widgets/?category=reviews) widget’s settings:

```auto
[class^='HeaderContainer__Inner'], [class^="ReviewBackground__Container"], [class^="ReviewAlignContainer__Container"] {
direction: rtl;
}
[class^="ReviewText__Container"]{
text-align: right;
}

[class^="Card3__InfoReview"] {
margin-right: 15px;
margin-left: 0;
}

[class*="Card3__StyledReviewCardTail"] {
transform: rotateY(-180deg);
inset: 100% 56px 0px 0px !important;
}

[class*='Card3__StyledReviewLinkContainer'] {
direction: rtl;
margin: 16px 24px 0 0;
}

[class^='Header__Info'], [class^="Icon__IconContainer"] {
margin-right: 0;
}

[class*="HeaderTitle__StyledSourceLogo"] {
margin-left: 8px;
}

[class^="ReviewVerifiedBadge__BadgeContainer"] {
margin: 0 5px 0 0;
}

```
