Bigger click targets in Google Ads
Enlarges buttons, checkboxes and icons so they are easier to hit accurately without misclicks.
Code to copy
/* Enlarge clickable targets: buttons, checkboxes, icons */
[role="button"],
button,
material-button,
[role="checkbox"],
material-checkbox {
min-height: 32px !important;
min-width: 32px !important;
}
[role="checkbox"], material-checkbox {
transform: scale(1.2) !important;
}
How to use this example
- Copy the code with the button above.
- Install JustZix (2 minutes) and open the extension on the target page.
- Add a new rule matching that page.
- Paste the code into the rule's CSS panel and save — the effect appears instantly.
Rate this example
No ratings yet — be the first.