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: Mainmenu, mainMenuSub and subMenuSub

Home Forums Older releases 1.0.x Mainmenu, mainMenuSub and subMenuSub Reply To: Mainmenu, mainMenuSub and subMenuSub

#3075
admin
Keymaster

1) You could use something like this:

@media (min-width: 768px) {
	#main-menu {
		width: 300px;
	}
}

2) You could use something like this:

@media (min-width: 768px) {
	#main-menu > li > a {
		padding-right: 0;
	}
}