Text cannot wrapping and breaks out of parent container

Hello there,

I have an odd problem - the text is not wrapping on a text element and pops out of the parent container.

The text is inside of an Article element but removing this container does not make any difference.

We have an image to the left and a div to the right containing the text and button. We have set Flexbox on the column to horizontal.

Any idea why the text will not wrap? I can add multiple paragraphs and they do not break the layout, only a long single line.

Thanks!

Spencer

Hello Spencer,

Thanks for writing to us.

I tried to access your site dashboard but the given login details are not working on my end. Please recheck and send us again.

Thanks

Hi @prakash_s,

Apologies for that - please try the new password.

Thanks!

Spencer

Hey Spencer,

You are experiencing that issue because you have set a maximum width for your DIV element to give some space for the image element on the left side. You should set at least 70% maximum width for the DIV element like this:

which should be like this:

Hope this helps.