thanks in advance,
I’m trying to make font awesome to be positioned to the right of my text in a list. I’m using A RTL language hope someone could help couldn’t find nothing regarding this.
I’m using Divi theme
my text will be aligned to the right and I want the icon to be in the right as well
<ul class="fa-ul">
<li><i class="fa-li fa fa-check-square"></i>List icons</li>
<li><i class="fa-li fa fa-check-square"></i>List icons</li>
<li><i class="fa-li fa fa-check-square"></i>List icons</li>
thanks in advance,
4
Answers
Simply move icon after text…
Simply change your code to this
Change code just move after text:
You need to add
position: initial
to icon.Here is fiddle : http://jsfiddle.net/JfGVE/2706/
HTML
CSS