Customize Height / Width of Layout 18.

Use the code below to change the height/width of Layout 18.

BEFORE

AFTER

1) While in your App Manager, select Colors.

2)Scroll to the bottom of the screen and place the following code in the Advanced CSS box. If there is already code in the box do not delete it! Simply add this code “below” the last character of code in the box.

/** Begin customize height and width of layout 18*/

.layout.layout_siberian_18 {

padding: 0%;

height: 100vh;

}

.layout.layout_siberian_18 ion-content {

width: 100%;

height: 100%;

}

/** End customize height and width of layout 18*/

NOTE: You can change several variables:

padding -> space between borders.

height -> height of your menu.

width -> width of your menu.