[Plugin: WP-Table Reloaded] Column Widths
-
Hi Tobias
I am loving your Plugin, thank you so much for your work.
I have 5 tables – timetables – each with 5 columns. I want the first column to be narrow, and then the resulting 4 columns to be the same widths.
I tried the column width CSS from the FAQs, but that did not seem to work. I have made the following addition to the CSS:
—–
.wp-table-reloaded-id-1 td,
.wp-table-reloaded-id-1 th {
width: 20% !important;
}
—–and that works wonderfully, except I need to make the first column about half the width it is currently displaying.
Thank you for your time.
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
The topic ‘[Plugin: WP-Table Reloaded] Column Widths’ is closed to new replies.