Hi Tobias, I really appreciate your input and excellent support. I have now figured out most of my tables except one and was wondering if you could give me another hand with it please.
On this page https://www.gcsb.com.au/wp/?page_id=39
as you can see only the top table I am having problem with.
In my table option css I have as below. Basically I want the table to span (960pixels wide like the tables below to match but cell ‘COURSE’ which is ‘.tablepress-id-33 .column-2 ‘ needs to be much wider to fill the content text.
I have already assigned pixel value but it is ignoring it. On the other hand if I change the pixel value in the last cell ‘COURSE FEES’ to 960px then page becomes wide but cell ‘COURSE’ (.tablepress-id-33 .column-2 ) still far too narrow for it’s content.
Once this page looks fine rest of the pages with the same cell content should be the same. Meaning on the menu Courses > Diploma & Certificate Courses (there are 5 of them).
Can you please suggest a solution?
Thank you
Table option CSS
/* Course Summary – (All) Course Summary [table id=33,38,46,47,50 /] */
.tablepress-id-33,
.tablepress-id-38,
.tablepress-id-46,
.tablepress-id-47,
.tablepress-id-50 .column-1 {
width: 66px !important;
}
.tablepress-id-33,
.tablepress-id-38,
.tablepress-id-46,
.tablepress-id-47,
.tablepress-id-50 .column-2 {
width: 509px !important;
}
.tablepress-id-33,
.tablepress-id-38,
.tablepress-id-46,
.tablepress-id-47,
.tablepress-id-50 .column-3 {
width: 129px !important;
}
.tablepress-id-33,
.tablepress-id-38,
.tablepress-id-46,
.tablepress-id-47,
.tablepress-id-50 .column-4 {
width: 128px !important;
}
.tablepress-id-33,
.tablepress-id-38,
.tablepress-id-46,
.tablepress-id-47,
.tablepress-id-50 .column-5 {
width: 104px !important;
}