How to align an image in an ionic card to the Right

I am creating a Card in my app and the content is going to be in Arabic so i want to align the image to the right then start the text right after it , how can i do this

@fady, I did something like that. My content is in Hebrew.
I just put the style of “item item-avatar” to be also text-align: right.
Then, the style of the img was “float: right; position: static;”

1 Like

It worked , thank you very much

This is probably new; but you can achieve the whole thing using the following classes on the item element “item item-avatar-right text-right”.