I am preparing a post with cornerstone but my text is overflowing to container. Look at the screenshot, the text is “bölümüne” overflowing. I don’t want that.
Hello @SeLoRe,
Thanks for writing in!
I have searched your site and I could not find the “Deneme Yazisi” post. You may have it in draft or have removed it. Please put it back again so we can check why the text is overflowing which should not be the case.
Best Regards.
I published the post now, url https://www.soruncozumu.com/amd-catalysti-windows-masaustu-sag-tiklama-menusunden-kaldirin/
Hi @SeLoRe,
I have checked your page URL and found the problem you described here. I would suggest you add the following custom CSS code into the Element CSS of the specific Text element.
$el p
{
overflow-wrap: break-word;
}
Please remember that the above code will work if copied as it is and doesn’t conflict with any existing style.
Please note that the code provided serves only as a guide to help you get started custom coding on your own if there’s no option offered in our theme or the products we bundle.
We really do not provide support for custom codes that means we can’t fix it in case it conflicts with something on your site nor will we enhance it.
Thanks
Thank you very much it worked.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.