html - Chevron right in button won't show on mobile -


i have button chevron right icon in it, png wanted eliminate request ionicons (or similar) font.

to display @ mobile sizes (and not make button drop on 2 lines) have decreased size of chevron changing it's width down 10px scale not working.

for desktop button displays down 315px ideal. on tablets displays should. reason on actual mobile devices chevron refuses display.

html:

<a href="http://www.mysite.co.uk/promotions/fifty-pounds-cashback.htm" class="apply">find out more<img src="https://s3-eu-west-1.amazonaws.com/mysite/v2-remake/glyphicons-224-chevron-right.png" class="chevronr" alt="find_out_more"></a> 

mobile css:

@media (max-width: 491px) {   #rmov_cp_v1 .chevronr {     width: 10px;     padding-left: 15px;   } } 

any ideas?


Comments

Popular posts from this blog

shopping cart - Page redirect not working PHP -

php - How to modify a menu to show sub-menus -

python - Installing PyDev in eclipse is failed -