Start a new discussion

To start a new discussion please visit the discussions section of the GitHub home page of the project.

Discussions on GitHub

You can also search our old self-hosted forums for any useful information below but please note that posting new content here is not possible any more.

Reply To: Removing Mobile Functions

Home Forums Older releases 1.0.x Removing Mobile Functions Reply To: Removing Mobile Functions

#3022
admin
Keymaster

The simplest solution is to edit the breakpoint in the theme you use. For example, if you use the “sm-blue” theme, find the following in “sm-blue.css”:

@media (min-width: 768px) {

and change it like this:

@media (min-width: 1px) {