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 Menu not expanding

Home Forums Older releases 1.0.x Mobile Menu not expanding Reply To: Mobile Menu not expanding

#3197
admin
Keymaster

Not sure I get this right but do you actually want to make it non-responsive – i.e. want the desktop styles at all widths? If that is the case, the simplest way to achieve it is to edit the breakpoint in your theme CSS file “sm-mint.css” from this:

@media (min-width: 768px) {

to, for example, something like this:

@media (min-width: 1px) {