I have a couple of tables in forms and I need column 0 to be the same width for each table. There are 3 three columns for each table with the only difference being the first table has text inputs while the other 2 tables are currency and numbers. Below is a list of things I have tried:
Using CSS .col0 {width:175px; !important;}” - It only works on the first table but not all the tables. If I to set if for a specific table say #q57, it does nothing at all.
Table Creation - I have set the column widths individually for each table but that does not work either.
I am ready to throw in the towel. Does anyone have a better suggestion I can try?