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

Reply To: Mobile issues.

New Front EN Support Forums Sensei Theme Support Mobile issues. Reply To: Mobile issues.

#1975
mmsatori
Keymaster

Hey Gudwrkagency,

first of all, thank you for the purchase!

I’ve looked into the code of your website and it seems that the Bootstrap framework that is installed on it is interfering with the theme, since it also has a “.dropdown-menu” class which it styles very distinctively. I wouldn’t recommend using Bootstrap or any other framework together with WordPress themes, but in case it is an absolute necessity, you can effectively cancel the Bootstrap’s CSS specifically for the theme’s mobile menu drop-downs with some additional CSS (add it at the bottom of the “style.css” file which should open by default when going to “Appearance -> Editor”):


.mobilemenu .dropdown-menu {
position: static !important;
display: block !important;
padding: 0 !important;
}

Please let me know if it works!

Sincerely,
Andrii / Satori Studio