Align widget elements to the center

Add this code to the Custom CSS field on the Style tab of your Vimeo Gallery widget’s settings:

.eapp-vimeo-gallery-info-component,
.eapp-vimeo-gallery-video-card-container {
  text-align: center;
}
.eapp-vimeo-gallery-info-description {
  margin: 0 auto;
}