Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript Making the Youtube-TV library responsive? Reply To: Making the Youtube-TV library responsive?

#169577
Crssp
Participant

It looks like I’m having some success using CSS properties for:
.ytv-list-inner {
width: 200px;
}

Between that and the margin-left for the playists div that is 420px (which needs to be made smaller also.

.playlists .special{
position: absolute;
top: 50px;
left: 50%;
margin-left: 420px;

}