Deprecated: Function get_currentuserinfo is deprecated since version 4.5.0! Use wp_get_current_user() instead. in /var/www/html/wp-includes/functions.php on line 5383
We encounter some problem when the site was display using Android > Chrome Browser. The drop down menu text seem to be cut off. Need solution on this. thanks
At the moment the website looks like this on my Android Chrome: see screenshot. Could you please clarify where to look for the issue, or send your screenshot if mine does not capture the problem. Thank you!
I cannot seem to be able to reproduce the bug, but please try this for a start: insert the following CSS into “Style: Add Custom CSS” tab of the theme options panel –
@media only screen and (max-width: 767px) and (min-width: 480px) { .mobilemenu .dropdown-menu { height: 64px !important; } }