Replies: 0
Hii,
I tried to change the colomn width of table 10 with the following in the CSS:
.tablepress-id-10 .column-A {
width: 40% !important;
}
.tablepress-id-10 .column-B {
width: 60% !important;
}
I followed the tips in other post from this plugin, but they dont seem to work.
My table is on this page: http://www.aardwetenschappelijkeloopbaandag.nl/en/day-program/lezingen/
Can you help me :)?