Hi,
Dont know where is the problem but in my site www.okdiversresort.com if i use mobile i cant scroll the menu up or down. It is scrolling the web page instead of menu items. Then i went to tray DEMO MD MAX and i run in the same problem. Can u pleas fix this asap.
Thanks
Hi,
Thank you for your feedback. We will check and reply ASAP :)
Hi Roman282,
Are you still waiting for us?
Please help us go to file main.css, insert following code to the end of file:
@media (max-width: 767px) {
#main-nav{
overflow: auto !important;
}
}
Thanks, its working now.
Roman