That fixed it, I think I was seeing some local caching issues.
Thanks for such a great plugin and support!
Thanks for the quick response Tobias.
When I first posted my link to the table didn’t work so I added it to the original post and below:
Table Link
Referencing the column letter did work as the following css is still in use on the linked table if you are curious. What I was trying to do was center the column text and set the column width to 100px. Using the column number it will center but not set the 100px width.
.wp-table-reloaded-id-2 .column-F {
width: 100px!important;
text-align:center!important;
}
.wp-table-reloaded-id-2 .column-7 {
text-align:center!important;
width: 100px!important;
}