Hi,
I checked some issues in android devices.
A – The circles in iconlist and the border in icon with border are extremely fragmented.
B – All links visited are keeping a text decoration. I tried use some code like that:
.responsive a {text-decoration: none;}
.responsive a:active {text-decoration: none;}
.responsive a:link {text-decoration: underline;}
But I had no success.
Is there any way to fix this?
Hi,
The B topic was resolved with:
.responsive #top a:hover, a:focus, a:visited {
outline: 0;
text-decoration: none;
}
But the A problems remain.
THANKS
Hi,
Can you post the link to your website please?
Also, in which Android device are you seeing this issue?
Regards,
Josue
Hey!
I tested your website on an Android device (4.3) with no issues so far. I’ll tag Devin to this topic, i know he can test your website on a 2.3.6 device.
Cheers!
Josue