At line 33 in plugins/subzane-youtube-recent-videos-widget/style.css (I think), change ‘margin: 0;’ to ‘margin: auto;’.
ul.sz-videolisting li {
margin:auto;
width:130px;
}
Excellent! That worked perfectly for me thanks 🙂
Can I be a little bit cheeky and ask how A) I could make the thumbnails bigger as changing the width on the css doesn’t do the trick or B) making it so there are 6 videos listed with 2 on each line as appose to one on each line i.e.
VIDEO 1 VIDEO 2
VIDEO 3 VIDEO 4
VIDEO 5 VIDEO 6
If anyone can understand what I mean?!
Many thanks again!