To change width of text section on a video description on Video Page.
You can use this code to Website Tools > Custom CSS.
If code doesn’t work, you can comment below, message or email me.
div.lesson-details-description {
max-width: 300px;
margin: 0 auto;
}
Result