Loadingβ¦
Make buttons and links big enough and spaced enough to tap accurately on mobile.
Links and buttons that are tiny or crammed together cause mis-taps and frustration on touchscreens. Google recommends tap targets of at least 48Γ48px with adequate spacing β it is part of mobile usability.
.nav a { font-size: 11px; padding: 2px; } /* ~16px tall */.nav a { display: inline-flex; min-height: 48px; align-items: center; padding: 0 12px; }
.nav a + a { margin-left: 8px; }Adjust button/menu padding in the theme customizer or additional CSS β focus on mobile breakpoints.
Use utility classes (e.g., Tailwind min-h-12) or component styles to enforce minimum sizes.
Run a free audit and get a prioritized fix list with auto-generated code.
Run a free audit