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.

Change Width of Vertical Menu?

Home Forums Older releases 1.0.x Change Width of Vertical Menu?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #3031
    Stormdagger
    Participant

    How can I adjust the width of the Main Vertical menu so it doesn’t word wrap?

    #3047
    admin
    Keymaster

    Doesn’t this work?

    @media (min-width: 768px) {
    	#main-menu {
    		width: 12em;
    	}
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘1.0.x’ is closed to new topics and replies.