Remove margins (space) from Folders.

Follow the instructions below to remove margins (space) from your folders. Below is an example of the change:

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. 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 remove margins from folders*/

.list {

margin-bottom: 0;

}

/** End remove margins from folders*/

4)Click Save.

NOTE: This change affects all Folders in the app.