So I\'m trying to make each list-item on my site clickable but I\'m not sure what is the best way to do it. Please help me out.
So here is the relevant HTML:
I'm sure it is a late response, but maybe is useful for somebody else. You can put all your element content into tag and add the following css:
li a { display: block; /* and you can use padding for additional space if needs, as a clickable area / or other styling */ padding: 5px 20px; }