Hi,
There is not another option to navigation on mobile. You know the touch event is different from the mouse event. There isn’t a mouseover on the touch screen(mobile) event. It has to click to show sub-menu.
To fix the center issue. Please remove the padding-left: 40px; in your custom CSS codes:
#navi ul li ul.sub-menu li {
padding-left: 40px;
font-size: 8px;
padding-bottom: 15px;
text-align: center;
line-height: 22pt;
}
Regards!
Bwsm – uiueux.com – Twitter – Facebook