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: Disable Mobile view

New Front EN Support Forums Kanso Theme Support Disable Mobile view Reply To: Disable Mobile view

#3794
mmsatori
Keymaster

Hey Massaki,

you can try removing everything below line 253 in the “responsive.css” file, starting with the one that says:

@media only screen and (max-width: 1030px) and (min-width: 767px) {

apart from that, there are no small-screen specific CSS rules in the theme, so the elements will behave according to their floats and positions – note that on smaller screen sizes this might not be what is expected (which is exactly why the theme has specific small-screen CSS rules).

Sincerely,
Andrii / Satori Studio