Cool! Thank you for being so responsive. And thanks for adding this as an option in the new version. Excited to give it a try.
By the way, I forgot to mention an issue with the subscribe button on mobile screen dimensions. When screen size (width) gets to around 510px, the subscribe button is centered and interferes with the yrc-menu-items div class. The two actually overlap. So I went ahead and edited the mobile css to hide the subscriber button on mobile devices.
For us, it’s ok, but for others it may not be ok to hide the subscribe button. So you may want to look into other options.
I simply edited the css file:
/plugins/yourchannel/css/style-0.5-pro.css
Added to Line 326:
.yrc-mobile .yrc-subscriber{ display: none; }
The button is now hidden on screen sizes of 510px (width) and lower.
Take care