how to make whole div clickable if div have some content code example
Example: make div clickable
<div onclick="location.href='#';" style="cursor: pointer;">
</div>
<div onclick="location.href='#';" style="cursor: pointer;">
</div>