Skip to content

How to change width of menu when using vertical menu #199

Answered by sonvnn
seoBOXX asked this question in Q&A
Discussion options

You must be logged in to vote

@Chacapamac I think he want to refer to Sidebar Menu in Sidebar layout not Off-canvas Menu.
@seoBOXX You can use custom css to override style

.astroid-header.has-sidebar { width: 360px; }
@media (min-width: 1201px) {
  body.header-sidebar-left {
      margin-left: 360px;
  }
}

You can change 360px to your desired value

Best Regards,
Sonny

Replies: 6 comments 15 replies

Comment options

You must be logged in to vote
7 replies
@seoBOXX
Comment options

@Chacapamac
Comment options

@seoBOXX
Comment options

@seoBOXX
Comment options

@Chacapamac
Comment options

Comment options

You must be logged in to vote
2 replies
@Chacapamac
Comment options

@seoBOXX
Comment options

Comment options

You must be logged in to vote
2 replies
@seoBOXX
Comment options

@Chacapamac
Comment options

Answer selected by seoBOXX
Comment options

You must be logged in to vote
2 replies
@Chacapamac
Comment options

@seoBOXX
Comment options

Comment options

You must be logged in to vote
2 replies
@Chacapamac
Comment options

@seoBOXX
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
bug Something isn't working enhancement New feature or request
3 participants