I have set the table to 100 percent but want each column (4 off) to occupy 25% each.
What is happening know is text is throwing it out of alignment.
See Kefalonia car hire for example of problem
http://www.ionian-island.co.uk
I have set the table to 100 percent but want each column (4 off) to occupy 25% each.
What is happening know is text is throwing it out of alignment.
See Kefalonia car hire for example of problem
http://www.ionian-island.co.uk
Hi,
well, then tell the columns to be 25% wide! :-)
Add the following to the CSS on the "Plugin Options":
.wp-table-reloaded .column-1 {width:25%;}
.wp-table-reloaded .column-2 {width:25%;}
.wp-table-reloaded .column-3 {width:25%;}
.wp-table-reloaded .column-4 {width:25%;}
More information on this is in the documenation at http://tobias.baethge.com/wordpress-plugins/wp-table-reloaded-english/documentation/ in the CSS section.
Hope this helps!
Tobias
This topic has been closed to new replies.