My Player/Playlist is displaying flush left on desktop view. How do I get it to be centered on the page with the other content. Thanks.
Hi @user512, and welcome to the forum!
We’ve added a CSS code to your widget to center it on your website. Could you please check and let me know if everything’s fine?
By the way, here’s the code:
.global-styles, #eapps-vimeo-gallery-WIDGET ID {
margin:0 auto;
}