Problems changing column width
-
Hi,
Sorry for another column widths forum post. But I’ve read your FAQ and documentation, but am still having trouble changing column widths.
I’ve tried variants of the below, both in the plugin’s css area and that of my theme, with and without !important. But when I look at the elements in a browser’s developer tools, something seems to be adding in a smaller width.
(Basically, since the table is going to need horizontal scrolling anyway, I want to set the columns to fit the text.)
Here’s hoping you can help,
Thanks,
John
.tablepress th,
.tablepress td {
word-break: normal;
}.tablepress column-3,
{
width: 300px;
}The page I need help with: [log in to see the link]
- The topic ‘Problems changing column width’ is closed to new replies.