Text overflow inside cell

Hi there, Im making a table using cells and the grid

I have it looking ok, but the word comprehensive…in the middle column…flows into the next cells either side:

How do I get that to line break like

comp
rehe
sive

?

Hello @logoglo,

Thanks for writing to us.

I would suggest you add this custom element style on the Text element for that you need to go to the page —>Text element —>Customize —>Element CSS

$el.x-text {
    word-break: break-word;
}

The purpose of providing custom CSS is to show you how to add CSS code to your site. Writing custom CSS is outside the scope of our theme support. If you need more customization, you need to learn CSS and learn how to use the browser’s element inspector or you subscribe to One where customization questions are answered.

Hope it helps.
Thanks

Perfect, that worked, thanks.

Hello @logoglo,

Glad that we were able to help you. Please feel free to open a new thread if you have any more concerns regarding our theme and theme settings.

Thanks

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.