For the first problem - you should limit the text lenght in the module settings to value which will cause that the title won't break to two lines with image at left.
The second problem please try to solve adding in your template.css file following line:
- Code: Select all
table,
table tr,
table tbody,
table thead {
max-width: 100%;
}