Creating website and needed a down arrow button. I created this using WordPress Dashicons and a little CSS. It looked great on Firefox, Chrome, IE, and Safari, but when accessing it on my Android Chrome (version 42) the arrow was too far to the right of the box I had made. I tried using px values instead of rem, but still the same.
Because my media query to shrink the menu wasn’t working on the Android, I realized I hadn’t added the following to the <head> of the site.
Once I did this my menu and dashicons looked great.