I have this code:
<i class="glyphicon glyphicon-arrow-right"></i>
which is a bootstrap icon from an arrow to the side. I want to make sure that when a person connected to the site is accessing the mobile phone, it displays this code:
<i class="glyphicon glyphicon-arrow-down"></i>
Instead of displaying the other, does anyone know how I can do this?