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: mobile navigation also on desktop

Home Forums Latest release 1.1.x mobile navigation also on desktop Reply To: mobile navigation also on desktop

#8286
admin
Keymaster

Yep, of course, it’s as simple as deleting all the desktop styles from your theme CSS file (e.g. “sm-blue.css”) – i.e. this whole part:

@media (min-width: 768px) {
  ...
}