Hello
One option is to give your title a max-width which will force the title to wrap. To amend try adding the following to the Custom CSS field of your templates parameters (edit to taste)...
.j51_profile h3 {
margin: 0 auto;
max-width: 100px;
}
CiarĂ¡n