Hello ukfraternite!
To resolve your issue, i have suggestion as following:
1. You change length of title because it is longer than width of box,
2. If you want to keep these titles, that you must to modify style sheet for display title:
You open file /templates/ja_vauxite/css/template.css and find following code section at about line 715:
div.module h3 {
font-size: 100%;
padding: 0;
position: relative;
text-transform: uppercase;
margin: 0 -10px 5px;
height: 30px;
line-height: 32px;
text-indent: 10px;
}
>>> you change value for font-size, line-height, padding, marign….
Good luck.