wp-table-reloaded Table Width CSS
-
Hi Tobias
I have created a new table (id#2015) and have three columns and have set the column width to 150px each….
.wp-table-reloaded-id-2015 .column-1,
.wp-table-reloaded-id-2015 .column-2,
.wp-table-reloaded-id-2015 .column-2{
width: 150px;
}The first two columns are changing to 150px but the third is stretching to the maximum width of the table. I assume that I need to specify a table width if I only want the three columns to be 150px each. Can you advise what CSS would be required to achieve this.
Thanks
Perry
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
The topic ‘wp-table-reloaded Table Width CSS’ is closed to new replies.