How can I reduce the size of sidemenu in ionic 2

1k Views Asked by At

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.

1

There are 1 best solutions below

3
On

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