[Plugin: custom tables] adjusting width of columns
-
I am trying to control the width of table cells in my custom table. I created new classes for each cell, which I used in my table setup like so:
<td class=”plant_names”>{proper_name}</td><td class=”plant_names”>{common_name}</td><td class=”notes”>{notes}</td><td class=”plant_image”>{image_name}</td>
I then added the new classes to the custom tables css and tried setting widths for each class. When that didn’t work, I added the classes to my theme css as well. Even after using !important, I can’t seem to get my changes to take effect. How do I override column width?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘[Plugin: custom tables] adjusting width of columns’ is closed to new replies.