


How can I align components to drop right to left instead of left to right?
I tried RTL property it simply aligns the text to the right.
Eg: We have a logo on the left for the English page.
Now Logo should appear on right on the Arabic page this type of RTL stuffs how can we achieve? Every component during authoring also should shuffle to RTL.
Solved! Go to Solution.
Views
Replies
Sign in to like this content
Total Likes
You need to change the floating order of container component
Example :
.aem-Grid.aem-Grid--default--12>.aem-GridColumn.aem-GridColumn--default--12 { float: right; clear: none; width: 100%; }
You need to change the floating order of container component
Example :
.aem-Grid.aem-Grid--default--12>.aem-GridColumn.aem-GridColumn--default--12 { float: right; clear: none; width: 100%; }