I am using superfish dropdown menu with skelton framework. I wanted it to work on mobiles as well. By default its showing the dropdown items but it hover over the items belo
Reshad: Simply change your CSS like this:
.xpopdrop > ul { display: block!important; }
And you will be fine.