Line Break Issues In Specific Columns
-
Our theme recently updated and caused some line break issues across the site, which have been temporarily solved by adding some CSS to the theme design options. If it makes a difference, the code was:
body {
word-break: break-word;
}That solved the issues across the site, but our table at https://paddedtushstats.com/retailer-database/ seems to still be having some issues. Some of the columns are now displaying correctly, but columns 1 and 5 are still breaking throughout words.
I don’t know ANYTHING about CSS, but I was just wondering if there was an equivalent of the above code that I could put in the Tablepress CSS section to keep the words from breaking? (Or if there is a way to use that exact same code with some modifications? I tried to make something up based on some of the examples from other threads, but nothing worked!) ??
I appreciate any help that anyone can offer! ??
- The topic ‘Line Break Issues In Specific Columns’ is closed to new replies.