For this site
https://mike-underwood.com/test
Find out this css code from your custom.css file.
@media only screen and (min-width: 767px){
.caption-align {
text-align: center;
}
}
And replace with this css code
@media only screen and (min-width: 767px){
.caption-align {
text-align: center;
word-break: break-word;
width: 270px;
}
}
For this site
https://www.clayconews.com
Find out this css code from your custom.css file.
@media only screen and (min-width: 767px){
.caption-align {
text-align: center;
}
}
Replace with this css code
@media only screen and (min-width: 767px){
.caption-align {
text-align: center;
width: 360px;
}
}