Change Catalog To Rectangle Style

Here is a small snippet to transform your catalog/menu to a rectangle style:

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 adjust catalog menu*/

.list .item.item-custom.item-thumbnail-left {

margin: 20px;

}

/** End adjust catalog menu*/

4)Click Save.

NOTE:Change the margin “20” to fit your needs.

BEFORE

AFTER