Link does not click in small dimensions

Asked

Viewed 57 times

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).

1 answer

0

Using the Inspecionar Elemento on your website I noticed a div calling for <div class="col-md-3 sidebar"> that positions itself in front of all the elements of the site, I took the property position: relative and the website links are back up.

inserir a descrição da imagem aqui

  • I removed the position only it continued the same thing. What I did was put hidden-xs and hidden-sm

Browser other questions tagged

You are not signed in. Login or sign up in order to post.