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: Menu Links Run Over to 2nd Line in some widths instead of collapsing

Home Forums Older releases 1.0.x Menu Links Run Over to 2nd Line in some widths instead of collapsing Reply To: Menu Links Run Over to 2nd Line in some widths instead of collapsing

#3670
admin
Keymaster

Sorry, unfortunately, I’ve not been able to visit the forums lately due to lack of any free time whatsoever!

You just need to edit the breakpoint at which the menu switches from collapsible to desktop mode. In “/stuff/smartmenu/sm-mint.css” find the following instances:

@media (min-width: 768px) {

and increase the value to something like “910px” for all of them.