Change the space between the elements on Custom Pages

Use the code below to change the space between the various elements (text blocks, cover images, etc) on Custom Pages.

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.

//Begin edit space between elemonts on custom pages
.card {
margin-top: -10px
}
//End edit space between elements on custom pages

4) Click Save.

NOTE: Edit the margin-top number to adjust to your needs (“-10”)

IMPORTANT NOTICE: 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 above code.

Related Articles