Cannot navigate using list items
Hi guys, first post, great framework.
I've noticed when using list items for navigation, the user needs to click on the text to move to the next page. I assume this is because the anchor tag only spans the length of the text.
Is there any way around this problem?
<li><a href="foo.htm" data-transition="slide">Foo</a></li>