Employee Center Topic Page - Video Widget
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-03-2025 07:39 AM
Hi everyone,
I'm looking to move this video carousel widget to below the record producer list on the topic page. However, once it's moved, the widget is stretched and only shows the top half of the video. We do have another video widget on the homepage and it is displaying the videos properly. Could this be caused by the containers or widget height/width on the topic page? I appreciate any help!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2025 09:27 PM
If you haven't already, create a CSS Include for all your CSS changes and add it to your portal theme.
Add the following CSS but update the widget instance sys_id at the begining.
#x7096914ceb4130101ff9f8540352282e .video-carousel-widget .panel.panel-default .panel-body .carousel .carousel-inner .item {
height: 40rem;
}
Use your browser dev' tools to find a correct CSS selector. E.g.