I'm using CSS list menu as the top navigation. I can see the following HTML structure on source
Is there a way that I can make li tag clickable or wrap the li tag inside the anchor tag?
Coz the problem is, at the moment only the href is clickable not the whole menu item.