Hello There,
Thanks for writing in! To make the text in the portfolio items wider, please add the following css code in the customizer, Appearance > Customize > Custom > CSS
.x-portfolio .entry-info,
.x-portfolio .entry-extra {
float: none;
width: 100%;
}
Please let us know if this works out for you.