Trouble with table size and text wrapping
-
Hi, I am new to this wonderful plugin, my table (“nutrition”) should be roughly half page size (“constrained” size) ending about where the search bar ends. However the long sentences seem not to wrap in the cell…forcing the table very wide. I tried custom CSS without luck eg
table.tablepress.nutrition {
width: 50% !important;
}table.tablepress.nutrition {
width: 800px !important;
}I also tried
table.tablepress.nutrition .column-2 {
word-break: break-word;
}I also notice some cells in column 2 contain “<div class=”softmerge-inner” style=”width:1144px;left:-1px”>” but others do not. Could this be causing the issue?
I welcome any help; thanks!
- This topic was modified 2 years, 9 months ago by .
- This topic was modified 2 years, 9 months ago by .
The page I need help with: [log in to see the link]
- The topic ‘Trouble with table size and text wrapping’ is closed to new replies.