Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi warrentier,

    I did this in CSS for my site and here is the code I used.

    .youtubechannelgallery {
      margin-bottom: 30px;
    }
    .ytcplayer-fixwidthwrapper {
      float: left;
      width: 65%;
    }
    ul.ytchagallery {
      float: right;
      width: 33% !important;
      display: block;
    }
    .ytchagallery:after {
      clear: both;
    }
    ul.ytchagallery .ytctitle {
     font-size: 12px;
    }
    Thread Starter warrentier

    (@warrentier)

    Many thanks, Walletboy… I’ll give it a try.

    FYI warrentier.
    I have the CSS code in a custom CSS file that is loaded into the theme after the style sheet for the youtube gallery channel. If you style overrides come before the youtube css file you may run into some issues. The style sheet for the plugin has a lot of !important settings in it.

    If, for some reason you can not get it to work with and external style sheet just update/modify the plugins style.css file directly.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Playlist On The Right’ is closed to new replies.