Problem with long headlines in the slider area

Hello,

One of the headlines shown in the slider area at my blog looks just like this: http://awesomescreenshot.com/0b42oitm6c
The headline’s background is longer than the teaser area :frowning:

How can I fix that? (I don’t want to shorten the headline ;))

Thanks!
Katharina

It is actually intensional. However, if you want to make both boxes the same size, you can simple add this code to Theme Options - Other - Custom CSS

.flex-caption h2 {
    max-width: 600px;
}

Thank you so much Aigars!
I’ll think about it … if it’s intensional it maybe is ok for me as well :wink: I thought it’s a bug.
Thanks again!
Katharina