In ddmenu.css, the link anchor <a> is currently styled as: { display: table-row; }
You can change it to { display: block; } if you want the whole <li> to be clickable.
How do I make the whole <li> clickable rather than just the text? In mobile mode, if my menu item is, say, "Home" that's only 25% of the width the menu item that is clickable.
Ballantyne
In ddmenu.css, the link anchor <a> is currently styled as: { display: table-row; }
You can change it to { display: block; } if you want the whole <li> to be clickable.
Thanks, although I should add that to keep the ul left aligned, you also have to add left:0; to the ul
If your question is related to the topic of this post, you can post your question to this page by clicking the "Post a reply" button at left;
If your question is related to the Drop Down Menu, click:
Ask new question: Drop Down MenuOtherwise navigate to one of the following forum categories, and post your question there.
##