Padding between two containers/ widgets
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2022 07:23 AM
Hi All,
I have a requirement to add padding between the first and the second row of widgets in the below screenshot. i need some help on achieving this.
Thanks in advance.
Regards,
Vamshi
- Labels:
-
Service Portal Development

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2022 07:38 AM
Hi,
You can review adding CSS to try and utilize padding, otherwise, add another container in-between and that may give a small gap if that's what you're looking for.
Please mark reply as Helpful/Correct, if applicable. Thanks!
Please consider marking my reply as Helpful and/or Accept Solution, if applicable. Thanks!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2022 08:28 AM
Hi,
You can add CSS Class to the container itself by clicking on the container in page designer and then click the pencil icon.
For example:
CSS class - myContainer
Add this class to the page specific CSS such as -
.myContainer{
height:350px;
}
Please mark as correct or helpful if it works
Thanks,
Aishwarya