Transfer video list to the right

Posted in: Newspaper
Post count: 55

Hi,

I would like to transfer the video list to the right or left instead of down.

null

Thank you!

Post count: 7909

Hi,

You can try this custom css for desktop screens – http://screencast.com/t/HC2lznAZX8 You will need custom work if you want this also on other devices, so if you don’t know how to do it I suggest to get someone to help you as we cannot provide any type of custom work at this time, sorry!

@media (min-width: 1141px) {
.td_video_playlist_column_2 .td_wrapper_player {
width: 50%;
float: left;
}
.td_video_playlist_column_2 .td_container_video_playlist {
width: 50%;
float: left;
height: 391px !important;
}
}

Thanks!

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.