Mobile footer menu links not work
-
Hi, Mobile footer menu links not work. It works in desktop view, but links do not open when clicked in mobile view. Can u help me?
Hi srknmzlm,
Thanks for reaching to us.
To assist you in the best possible manner, I kindly ask that you please provide me temporary wp-admin info (wp-admin URL, username, password) to the Private Content area, this will allow me to thoroughly investigate and address your concerns more efficiently.
Regards,
I already wrote in private area
Hi srknmzlm,
Please try to use the below custom CSS code and paste it to Theme Settings > Custom CSS > Mobile CSS section:
footer #menu-hizli-menu.wd-nav-vertical{
z-index: 99999;
}
Regards,
This area not work
Attachments:
You must be
logged in to view attached files.
Hi srknmzlm,
Please remove previous code and try to use the below custom CSS code and paste it to Theme Settings > Custom CSS > Mobile CSS section:
footer .wd-nav-vertical{
z-index: 99999;
}
Regards,