Column widths, 6 columns, several (but not all) tables
-
Hi,
I have several similar tables that appear on different pages, sometimes together, often more than once on the site. I would like to fix the width of the last six columns (columns 2 to 6) so that they similar line-up nicely together on the page.
I am about to embark on fixing columns 2 to 6 on around 30 tables using:
—-
.tablepress-id-N .column-2 {
width: NNNpx;
}
—-I’m thinking this is going to take a long time. Is there a way of selecting multiple tables and/or multiple columns in the same command? Or do I have to do a single command for every table (x6 for six columns)?
There are other tables on the site that I don’t want to change.
Many thanks
Bob.
The page I need help with: [log in to see the link]
- The topic ‘Column widths, 6 columns, several (but not all) tables’ is closed to new replies.