Hi @husker,
I checked the menu in mobile and it seems to be issue in iPhone only. I tried the site with android too but it worked normally. The issue seem to be due to the Sidr jquery plugin, that the theme uses for mobile menu. We are trying to resolve the issue.
If you want to make font size smaller, go to “Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS” and add the following CSS:
.sidr ul li, .sidr ul li:hover {
line-height: 35px;
}
.sidr ul li ul li, .sidr ul li ul li:hover {
line-height: 30px;
}
.sidr {
font-size: 12px;
}
In the above CSS, I’ve reduced the spacing for the menu too.
Regards,
Mahesh