How do I make the whole area of a list item in my navigation bar, clickable as a link? January 5, 2023 by Tarik Don’t put padding in the ‘li’ item. Instead set the anchor tag to display:inline-block; and apply padding to it.