finman
Member
Posted 5 months ago #
Hi Tobias,
I very new to css and have tried many ways to make my columns the same width but have been unsuccessful. Any help you can give me would be very much appreciated. The table I am trying to center is here:
http://documentaryconnection.com/search-free-documentaries-online
Thanks
Al
http://wordpress.org/extend/plugins/wp-table-reloaded/
Hi,
sorry for the late answer.
To make the columns the same widths, just add the following to the "Custom CSS" textarea on the "Plugin Options" screen:
.wp-table-reloaded-id-1 .column-1,
.wp-table-reloaded-id-1 .column-2 {
width: 50%!important;
}
Regards,
Tobias