tuanphan Posted August 3 Share Posted August 3 To align center video caption/description, you can use below CSS. If you can't make it work, you can send link to page where you use video, I can help easier. #1. All Videos Use this code to Custom CSS box. div.video-caption { text-align: center; } #2. Specific Video First, you need to find the Video Block ID. Use below tool. In my example, we will have ID: #block-yui_3_17_2_1_1712981848511_31173 Next, use this code to Custom CSS box #block-yui_3_17_2_1_1712981848511_31173 div.video-caption { text-align: center; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment