wp-table-reloaded cannot adjust columns
-
I installed wp-table-reloaded and it works fine but I need some help with the layout.
I have the images at 100×100 and would like the column with to be the same so that I end up with a table that is 500 px wide. (all the space I have)
I added this into the custome CSS
.wp-table-reloaded-id-2 .column-1 { width: 100px;}
.wp-table-reloaded-id-2 .column-2 { width: 100px;}
.wp-table-reloaded-id-2 .column-3 { width: 100px;}
.wp-table-reloaded-id-2 .column-4 { width: 100px;}
.wp-table-reloaded-id-2 .column-5 { width: 100px;}
but the width does not change.
can someone please help me?
the table is on
http://partythemesforbirthday.com/5833.html
Thank you
The topic ‘wp-table-reloaded cannot adjust columns’ is closed to new replies.