How To reduce spacing between Panel Header
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2025 07:41 AM
Hello Team,
I want to reduce the spacing between the Panel Header(My item widget), can you please suggest how can I do this?
1 REPLY 1

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2025 07:55 AM
@Aparna Gurav As you mentioned this is part of My Item widget, I recommend you to right click on this section in the browser and use the inspect element option to inspect the stylesheet of this item. I managed to reduce the height by applying following class.
.panel-heading.b-b {
height: 50px;
}