How to fix problem "Clickable elements too close together" in Google Search Console

3.3k views Asked by At

I'm currently developing a website and just submitted it to Google SC. After indexing I got the error "Clickable elements are toot close together". I followed the guide made by Google for Accessible styles, but the error persisted.

I made all "a" and "button" tags at least 48x48 px wide, and made sure they were at least 8px space between them.

The URL is: https://www.karlochanton.se

Any tips or fixes?

1

There are 1 answers

0
Manikandan2811 On

Can you please add this css code as give below. I did'nt confirm, please try this.. If it does'nt work please share the screenshot

@media (max-width: 991px){
   .main-navigation .menu li {
      margin: 10px 0px;
   }
}