[plugin: wp-table-reloaded] apply options to multiple tables
-
Hi Tobias. I have several tables to which I want to apply a special width. So in my plugin options I have
.wp-table-reloaded-id-5 {
width: 400px;
}If I want more tables (but not all) to have this width, do I have to repeat the whole code snippet for each table or is there a quicker/neater way of doing it e.g.
.wp-table-reloaded-id-5 id-7 id-15 {
width: 400px;
}If so what’s the correct syntax?
Many thanks as ever for a fab plugin
Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
- The topic ‘[plugin: wp-table-reloaded] apply options to multiple tables’ is closed to new replies.