Change the height of your Home Page menu / icons

Here is a small snippet code to modify the height of your Home Page menu.

1) Log into your App Manager and select your app.

2)Click Colors from the left-hand-side of the screen (or the middle of the screen).

3) Scroll down to the Advanced SCSS box and past the following code. If there is already code in the advanced SCSS box, do not remove it. Start a new line “after” the last character in the box, then paste the code below.

/** Begin change height of home page menu icons.*/

.layout.l6 ion-content {

height: 64%;

}

/** End change height of home page menu icons.*/

4)Click Save.

NOTE: You can apply that modification for several layouts. Just change “.l6” to “.l*”

* is the layout’s number.