Hello huynh101,
1)To make these changes, you should use a bit of CSS code. Try the code below and place it in Theme panel -> Custom CSS Area.
The code is ->
.td_video_playlist_column_3 .td_wrapper_player{
margin-left: 341px;
}
.td_video_playlist_column_3 .td_container_video_playlist{
left: 0;
}
The result is here -> https://www.screencast.com/t/WqIWeY70x
2)You should make some changes in tagdiv_theme.min.js according to the following topic here -> https://forum.tagdiv.com/topic/disable-related-videos-in-youtube-playlist/ To be simple, you have to edit the tagdiv_theme.js, uncomment the rel: 0 according to above topic and then, using an online tool for minification create the minify version of this folder and replace it with the content of tagdiv_theme.min.js Clear all the caches and check the results. Should work as expected.
Thanks for your understanding!
And an additional question:
When I place the player within the Tour (tabbed) module, the video is also offset.
link: https://imgur.com/eKaoLzB
Is there anyway to adjust so that it scales properly?
THanks again
Hello,
Please use this code instead:
@media(min-width:1018px){
.td_video_playlist_column_3 .td_wrapper_player{
margin-left: 341px;
}
.td_video_playlist_column_3 .td_container_video_playlist{
left: 0;
}
}
Unfortunately it will not work in tabs. Visual composer has issues using complex elements in tabs.
Thanks.