I am using Font-Awesome in a WordPress site have included the Font-Awesome CDN in my functions.php file according to <a href="http://youneedfat.com/font-awesome-wordpress-cdn/" rel="nofollow">this bit of php</a>.
I can insert the icons into my site but am unable to get icons to stack according to this example code:
You can see the output of this code <a href="http://dariusdevas.com/wp/?page_id=79" rel="nofollow">here</a>.
Does anyone have any thoughts on why this may not be working? I'm pretty sure that there are no CSS class clashes...
<hr>
I can insert the icons into my site but am unable to get icons to stack according to this example code:
Code:
<span class="fa-stack fa-lg">
<i class="fa fa-square-o fa-stack-2x"></i>
<i class="fa fa-twitter fa-stack-1x"></i>
</span>
fa-twitter on fa-square-o
You can see the output of this code <a href="http://dariusdevas.com/wp/?page_id=79" rel="nofollow">here</a>.
Does anyone have any thoughts on why this may not be working? I'm pretty sure that there are no CSS class clashes...
<hr>