Column Widths
-
I’ve noticed that changing the column widths is a common problem, so I spent several hours browsing threads in search for an answer. No luck.
I need to change the width of column 4 in Table ID 2. I added the following code to the Custom CSS section of the Plugin Options:
.wp-table-reloaded-id-2 .column-4 {
width: 200px;
}Then, I added the following to the Custom Commands field of the DataTables JavaScript Features section:
“bAutoWidth”: false
It doesn’t work. I also tried the other method of adding [table id=2 column_widths=”25px|25px|25px|200px”/], which also changed nothing.
Does this mean something in my theme is blocking customization, or am I missing something obvious?
https://www.etny.net/phone_system_comparison_chart
thanks!
Jordan
- The topic ‘Column Widths’ is closed to new replies.