1
Guys I have this code:
<i class="glyphicon glyphicon-arrow-right"></i>
which is a bootstrap icon of an arrow to the side. I want to make sure that when a person connected to the site is accessing by cell phone, it displays this code:
<i class="glyphicon glyphicon-arrow-down"></i>
instead of flaunting the other, someone knows how I can do it?
exactly the way I wanted, I just adjusted the width for the 768 q is when the line breaks
– Alfredo Lima