1
I’m having a problem with the links (<a href=""></a>
) because on normal screens (desktops) it is normal as it should be, now when the resolution is lower type mobile or tablets, the link is not clickable, I do not know why... The site with this problem is the http://vicporai.fatcow.com . You can test by decreasing the size of the browser. My code is normal (see source code).
I removed the
position
only it continued the same thing. What I did was puthidden-xs
andhidden-sm
– Alisson Acioli