Is there a way to change the container height when building service portal in designer?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-14-2017 01:04 PM
Is there a way to change the container height when building service portal in designer?
5 REPLIES 5

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-19-2019 02:20 PM
I've been looking for an answer to this for a week or so. This solution worked for me. Under the CSS section, I already had my background color, i just added the height.
div {
height: 400px;
background: linear-gradient(to bottom, transparent, 20%, #f38e01);
}
Hope that helps.