How to align center Video Description

To align center video caption/description, you can use this code to Custom CSS box

div.video-caption {
    text-align: center;
}

image