Make the Menu background color of Layout 9 reach the bottom of the Menu.
The code change below would enable you to make the Menu background color reach the bottom of the 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 CSS box. Enter the following code:
/**Begin edit bottom and top color of layout 9*/
.menu {
background-color: #ffffff;
}
/**End edit bottom and top color of layout 9*/
4) Click “Save”
NOTE: Change “ffffff” to the hex color that you want to use.
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.