Employee Center Topic Page - Video Widget

Jason Dye
Tera Contributor

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!

 

DyeJ_1-1741016175280.png

 

 

1 REPLY 1

Kit Cheong
Giga Guru

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.

 

KitCheong_0-1746591739943.png