SyntaxFix
Write A Post
Hire A Developer
Questions
My workaround for this issue was to set display: inline to the image element. With this, your image and text will be aligned to the right if you set text-align: right from a parent container.
display: inline
text-align: right