Want words to wrap, but it’s wrapping by letter
-
Okay. I have tried every known version of CSS to try and fix this but to no avail. What we want is for the words in the header row and all other rows to wrap so the whole table fits the area, but when I add any css to make this happen, the actual letters wrap in some of the columns instead of the words!
1. When I inspect the table columns, I see an “element.style” with a set width. I cannot find where that width would be set or where that number comes from.
2. I cannot seem to overwrite the thead {white-space: nowrap;} line in the parent theme (twenty-twenty) no matter what I do, and when I delete this, it breaks some words after every letter.
3. No amount of code coddling has resulted in anything that allows the words to stay intact but break at spaces in thead.Please let me know if you have any suggestions!
The page I need help with: [log in to see the link]
- The topic ‘Want words to wrap, but it’s wrapping by letter’ is closed to new replies.