Tap targets are not sized appropriately
-
Lighthouse reports me this error:
Tap targets are not sized appropriately 73% appropriately sized tap targetsThe suggestion is: Interactive elements like buttons and links should be large enough (48x48px), and have enough space around them, to be easy enough to tap without overlapping onto other elements. Learn more.
It is referred to the menu and the plug-in “easy table of content”. Could you help me to solve this?
Once I had the same problem with category and I solve it with this code
.cat-links a {
font-size: 15px;
padding-right: 20px;
}Can I use something like that referred to Easy Table of Content?
Thanks a lot
The page I need help with: [log in to see the link]
- The topic ‘Tap targets are not sized appropriately’ is closed to new replies.