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.
Asked
Active
Viewed 1,037 times
1

Sampath
- 63,341
- 64
- 307
- 441

James Java Card
- 73
- 3
- 10
-
Hope you'll accept below answer? – Sampath Sep 02 '17 at 16:12
1 Answers
3
To adjust the side menu width you can go to 'theme' folder, and add this to the variables.scss
file:
$menu-width: 200px;

Sampath
- 63,341
- 64
- 307
- 441

Sigalit Amsalem Yemini
- 374
- 1
- 5
- 18
-
-
-
@manishkumar where is variables.scss located ? check if it's under src/theme. – Monsif Mabrouk Oct 13 '18 at 14:37