I have added this to the custom css code:
.wp-table-reloaded-id-3 .column-A {
width: 25px;}
Nothing is changing.
Hi,
thanks for your question. In the CSS, columns are indexed numerically, so you will need to use .column-1 instead of .column-A.
More a complete example, please take a look at the FAQ page, where you will find your question answered: tobias.baethge.com/wordpress-plugins/wp-table-reloaded-english/faq/
Regards,
Tobias
I did try it with the 1 and it didn’t work. That’s why I switched to the A.
Switched it back to .wp-table-reloaded-id-3 .column-1 {width: 25px;} and no luck.
Hi,
please also try turning of the DataTables library for that table, by unchecking the “Use JavaScript library” checkbox for that table on its “Edit” screen.
Also, 25px might be a little bit too small for the resize to take place, so you might try working with percentage values, like 20% instead.
Regards,
Tobias