1

How can I reduce the size of the ionic2 side menu. I have tried to compare it with that of android but it appears to be quite big.

Sampath
  • 63,341
  • 64
  • 307
  • 441
James Java Card
  • 73
  • 3
  • 10

1 Answers1

3

To adjust the side menu width you can go to 'theme' folder, and add this to the variables.scss file:

$menu-width: 200px;

Sidemenu API

Sampath
  • 63,341
  • 64
  • 307
  • 441