Hello,
I am facing issues when I am using the video block:
1- when I make it is full raw it come with a space in the middle,
when I add another column, it only allows the horizontal view ( I would like the video list to stay to the right).
there is little to no control to this block, how can I fix those issues?
https://gayoutradio.com/
Thanks,
Hi,
Indeed, the video player do not show properly on stretch row, you can try a custom css for this ->https://www.screencast.com/t/M5tWnhZyc
.td_video_playlist_column_3 .td_wrapper_player{
width: 79%;
height: 100%;
}
.td_video_playlist_column_3 .td_container_video_playlist{
height: 100%;
}
Set the code in Theme panel>Custom code>Advance css> Desktop
Thank you!
Hi,
The playlist is not in the right of player because there is not enough space because of sidebar -> https://www.screencast.com/t/u7MylA5w6d1x ( also the sidebarplaylist will be show only if is set on full row ) if you set on full row the playlist will be show in the right place -> https://www.screencast.com/t/RiD1F1eX
Thank you!
hey calin,
can you help on this thread
https://forum.tagdiv.com/topic/rev-slider-not-installing-error-524/
So, the playlist has an empty space if it set to full width ( as shown in the photo you sent), and if I add a sidebar it forces the layout to change to and bring the list under the video!!
So there is no way to use that empty space and push the list to the right, so we can add a sidebar!?
if not is there a way or code we can add to force it to show to the right even when we add sidebar? I hope you can help me with this.
Thanks,
Hi,
For the moment all I can do is to provide you this custom css
https://www.screencast.com/t/sPyOmeZLlzvK
.td_video_playlist_column_3 .td_wrapper_player{ width: 76%; height: 100%; } .td_video_playlist_column_3 .td_container_video_playlist{ width: 24%; height: 100%; }
You need to set the code in Theme panel>Custom code>Advance css> Desktop
Thank you for your understanding!