[Plugin: WP-Table Reloaded] How to make columns in tbody, same width as those in thead?
-
I am having trouble making the column widths in <tbody> be the same as those in the <thead>? I tried using the parameters option in the shortcode – I only have two columns in my table – but that didn’t work.
Next I tried using the style recommended in the example stylesheet:
table.wp-table-reloaded-id-2 .column-1
{
width: 70%;
}table.wp-table-reloaded-id-2 .column-2
{
width: 30%;
}That didn’t work. I also tried using just “.column-1” and “.column-2” but that didn’t work either.
At this point, I’ve reverted back to the original styling example provided in Example 1 and my page looks like this: `MNBL
The data in the cells with the white background is what’s in the <tbody> and as you can see, it’s definitely shorter than the header columns widths. Essentially, I’m trying to get the phone numbers to line up under “Phone”.
Thanks in advance for your suggestions and recommendations.
Vidya A.
- The topic ‘[Plugin: WP-Table Reloaded] How to make columns in tbody, same width as those in thead?’ is closed to new replies.