Peter Coulton
Peter Coulton

Reputation: 55789

Control the clickable area of a link

As you can see below I have a set of links quite close together and the clickable area of the links overlap:

My link is too big

I've tried playing with the padding and margin to no avail. How to I reduce the overlap?

Upvotes: 0

Views: 1770

Answers (1)

Vilx-
Vilx-

Reputation: 106920

It depends on your situation and isn't always possible, but if you could manage to get the links to be display: block, display: inline-block or position: absolute, you would be able to explicitly set their width and height.

Upvotes: 2

Related Questions